SetParentTeamRequest.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. This corresponds to the Team.TeamId attribute, which is the primary key for the Team entity .

Applies to