ReplacePrivilegesRoleRequest.Privileges Property

Definition

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

public:
 property cli::array <Microsoft::Crm::Sdk::Messages::RolePrivilege ^> ^ Privileges { cli::array <Microsoft::Crm::Sdk::Messages::RolePrivilege ^> ^ get(); void set(cli::array <Microsoft::Crm::Sdk::Messages::RolePrivilege ^> ^ value); };
public Microsoft.Crm.Sdk.Messages.RolePrivilege[] Privileges { get; set; }
member this.Privileges : Microsoft.Crm.Sdk.Messages.RolePrivilege[] with get, set
Public Property Privileges As RolePrivilege()

Property Value

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

Applies to