RetrieveUserPrivilegesResponse.RolePrivileges 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 an array of privileges that the user holds.
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 of privileges that the user holds.