RetrieveRolePrivilegesRoleRequest.RoleId Field

banner art

Specifies the ID of the role for which the privileges are to be retrieved.

Syntax

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

Remarks

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

See Also

© 2007 Microsoft Corporation. All rights reserved.