RolePrivilegeAuditDetail.NewRolePrivileges Property

 

Applies To: Dynamics CRM 2015

Gets or sets the role’s new privileges.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public RolePrivilege[] NewRolePrivileges { get; set; }
public:
[DataMemberAttribute]
property array<RolePrivilege^>^ NewRolePrivileges {
    array<RolePrivilege^>^ get();
    void set(array<RolePrivilege^>^ value);
}
[<DataMemberAttribute>]
member NewRolePrivileges : RolePrivilege[] with get, set
<DataMemberAttribute>
Public Property NewRolePrivileges As RolePrivilege()

Property Value

Type: Microsoft.Crm.Sdk.Messages.RolePrivilege[]

Type: RolePrivilege
The new privileges for the role.

See Also

RolePrivilegeAuditDetail Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright