ReplacePrivilegesRoleRequest.Privileges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.