Share via


ReplacePrivilegesRoleRequest.Privileges Property

 

Applies To: Dynamics CRM 2015

Gets or sets an array that contains the IDs and depths of the privileges that replace the existing privileges.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public RolePrivilege[] Privileges { get; set; }
public:
property array<RolePrivilege^>^ Privileges {
    array<RolePrivilege^>^ get();
    void set(array<RolePrivilege^>^ value);
}
member Privileges : RolePrivilege[] with get, set
Public Property Privileges As RolePrivilege()

Property Value

Type: Microsoft.Crm.Sdk.Messages.RolePrivilege[]

Type: RolePrivilege
The array that contains the IDs and depths of the privileges that replace the existing privileges.

See Also

ReplacePrivilegesRoleRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright