AddPrivilegesRoleRequest.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 the IDs and depths of the privileges you want to add. Required.
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 IDs and depths of the privileges you want to add.