RetrieveUserPrivilegesResponse.RolePrivileges Property
Applies To: Dynamics CRM 2015
Gets an array of privileges that the user holds.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public RolePrivilege[] RolePrivileges { get; }
public:
property array<RolePrivilege^>^ RolePrivileges {
array<RolePrivilege^>^ get();
}
member RolePrivileges : RolePrivilege[] with get
Public ReadOnly Property RolePrivileges As RolePrivilege()
Property Value
Type: Microsoft.Crm.Sdk.Messages.RolePrivilege[]
Type: RolePrivilege array
The array of privileges that the user holds.
See Also
RolePrivilege
RetrieveUserPrivilegesResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright