TabNameRequestMessageTabIds Property
Gets or sets the tab ids.

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
public Collection<long> TabIds { get; set; }

Property Value

Type: CollectionInt64
The tab ids.
See Also