Share via


RemoveMembersTeamRequest.TeamId Field

banner art

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

© 2007 Microsoft Corporation. All rights reserved.