Share via


ReplacePrivilegesRoleRequest.Privileges Field

banner art

Specifies an array that contains the IDs and depths of the privileges to be replaced.

Syntax

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

Remarks

Represents an array of type RolePrivilege.

See Also

© 2007 Microsoft Corporation. All rights reserved.