AddPrivilegesRoleRequest.Privileges Property
Applies To: Dynamics CRM 2015
Gets or sets the IDs and depths of the privileges you want to add. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public RolePrivilege[] Privileges { get; set; }
public:
property array<RolePrivilege^>^ Privileges {
array<RolePrivilege^>^ get();
void set(array<RolePrivilege^>^ value);
}
member Privileges : RolePrivilege[] with get, set
Public Property Privileges As RolePrivilege()
Property Value
Type: Microsoft.Crm.Sdk.Messages.RolePrivilege[]
Type: RolePrivilege
The IDs and depths of the privileges you want to add.
See Also
AddPrivilegesRoleRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright