Share via


RemoveMembersTeamRequest.MemberIds Field

banner art

Specifies an array of IDs of the users to be removed from the team.

Syntax

[Visual Basic .NET]
Public Field MemberIds As Guid()
[C#]
public Guid[] MemberIds;
[JScript]
public var MemberIds : Guid[];

Remarks

Each element of the MemberIds array corresponds to the systemuser.systemuserid field, which is the primary key for the systemuser entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.