RetrieveRolePrivilegesRoleResponse.RolePrivileges Property

 

Applies To: Dynamics CRM 2015

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

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
The array that contains the IDs and depths of the privileges that are held by the specified role.

See Also

RolePrivilege
RetrieveRolePrivilegesRoleResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright