RemoveUserRolesRoleRequest Class

banner art

Specifies the parameters needed to remove an existing user from existing roles.

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

Constructor Description
RemoveUserRolesRoleRequest Initializes a new instance of the RemoveUserRolesRoleRequest class.
Field Description
RoleIds Specifies an array of IDs for the roles from which the user is to be removed.
UserId Specifies the ID of the user being removed from the roles.

Remarks

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

See Also

© 2007 Microsoft Corporation. All rights reserved.