TeamResponseMessageTeamInformations Property
Gets or sets the team informations.

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
public Collection<TeamInformation> TeamInformations { get; set; }

Property Value

Type: CollectionTeamInformation
The team informations.
See Also