Share via


RetrieveRolePrivilegesRoleResponse.RolePrivileges Field

banner art

Specifies an array that contains the IDs and depths of the privileges held by the specified role.

Syntax

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

Remarks

Represents an array of type RolePrivilege.

See Also

© 2007 Microsoft Corporation. All rights reserved.