TeamInformation Class
This structure contains team information.
Inheritance Hierarchy
SystemObject
  Talisma.Server.Common.Dtos.LogicalIdentifierTeamInformation

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
[SerializableAttribute]
public class TeamInformation

The TeamInformation type exposes the following members.

Properties
NameDescription
Public propertyTeamID
Gets or sets the team identifier.
Public propertyTeamName
Gets or sets the name of the team.
Public propertyTeamType
Gets or sets the type of the team.
Top
See Also