TabInformation Class
This structure contains tab information.
Inheritance Hierarchy
SystemObject
  Talisma.Server.Common.Dtos.LogicalIdentifierTabInformation

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
[SerializableAttribute]
public class TabInformation

The TabInformation type exposes the following members.

Properties
NameDescription
Public propertyId
Gets or sets the tabId.
Public propertyTabName
Gets or sets the name of the tab.
Top
See Also