Share via


RemovePrivilegeRoleRequest.PrivilegeId Field

banner art

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

Syntax

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

Remarks

The PrivilegeId field corresponds to the privilege.privilegeid field, which is the primary key for the privilege entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.