RemoveMembersTeamRequest.TeamId Field
Specifies the ID of the team.
Syntax
[Visual Basic .NET]
Public Field TeamId As Guid
[C#]
public Guid TeamId;
[JScript]
public var TeamId : Guid;
Remarks
The TeamId field corresponds to the team.teamid field, which is the primary key for the team entity.
See Also