RemoveUserRolesRoleRequest.RoleIds Field

banner art

Specifies an array of IDs for the roles from which the user is to be removed.

Syntax

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

Remarks

Each element of the RoleIds array corresponds to the role.roleid field, which is the primary key for the role entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.