AddMembersTeamRequest.TeamId Property

Definition

Gets or sets the ID of the team. Required.

public:
 property Guid TeamId { Guid get(); void set(Guid value); };
public Guid TeamId { get; set; }
member this.TeamId : Guid with get, set
Public Property TeamId As Guid

Property Value

The ID of the team, that corresponds to the Team.TeamId column, which is the primary key for the Team table.

Applies to