TeamNameRequestMessageTeamIds Property
Gets or sets the team identifier.

Namespace:  Talisma.Server.Common.Dtos.LogicalIdentifier
 

Syntax
C#
public Collection<uint> TeamIds { get; set; }

Property Value

Type: CollectionUInt32
The team identifier.
See Also