TeamIdRequestMessageTeamNames Property
Gets or sets the name of the team.

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
public Collection<string> TeamNames { get; set; }

Property Value

Type: CollectionString
The name of the team.
See Also