RetrieveRolePrivilegesRoleResponse.RolePrivileges Property

Definition

Gets an array that contains the IDs and depths of the privileges that are held by the specified role.

public:
 property cli::array <Microsoft::Crm::Sdk::Messages::RolePrivilege ^> ^ RolePrivileges { cli::array <Microsoft::Crm::Sdk::Messages::RolePrivilege ^> ^ get(); };
public Microsoft.Crm.Sdk.Messages.RolePrivilege[] RolePrivileges { get; }
member this.RolePrivileges : Microsoft.Crm.Sdk.Messages.RolePrivilege[]
Public ReadOnly Property RolePrivileges As RolePrivilege()

Property Value

The array that contains the IDs and depths of the privileges that are held by the specified role.

Applies to

See also