RemovePrivilegeRoleRequest.RoleId Field

banner art

Specifies the ID of the role from which the privilege is to be removed.

Syntax

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

Remarks

The RoleId field corresponds to the role.roleid field, which is the primary key for the role entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.