RetrieveTeamPrivilegesRequest.TeamId Property

Definition

Gets or sets the team for which you want to retrieve privileges.

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 team for which you want to retrieve privileges. This corresponds to the Team.TeamId attribute, which is the primary key for the Team entity.

Applies to