RemoveMembersTeamRequest Class

banner art

Specifies the parameters needed to remove members from a team.

The RemoveMembersTeamRequest class inherits from Request. It exposes the following members.

Constructor Description
RemoveMembersTeamRequest Initializes a new instance of the RemoveMembersTeamRequest class.
Field Description
MemberIds Specifies an array of IDs of the users to be removed from the team.
TeamId Specifies the ID of the team.

Remarks

Pass an instance of this class as the request parameter in the Execute method.

See Also

© 2007 Microsoft Corporation. All rights reserved.