TabResponseMessageTabInformations Property
Gets or sets the tab informations.

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
public Collection<TabInformation> TabInformations { get; set; }

Property Value

Type: CollectionTabInformation
The tab informations.
See Also