TabIdRequestMessageTabNames Property
Gets or sets the tab names.

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
public Collection<string> TabNames { get; set; }

Property Value

Type: CollectionString
The tab names.
See Also