RolePrivilegeAuditDetail.OldRolePrivileges Property
Applies To: Dynamics CRM 2015
Gets or sets the role’s old privileges.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public RolePrivilege[] OldRolePrivileges { get; set; }
public:
[DataMemberAttribute]
property array<RolePrivilege^>^ OldRolePrivileges {
array<RolePrivilege^>^ get();
void set(array<RolePrivilege^>^ value);
}
[<DataMemberAttribute>]
member OldRolePrivileges : RolePrivilege[] with get, set
<DataMemberAttribute>
Public Property OldRolePrivileges As RolePrivilege()
Property Value
Type: Microsoft.Crm.Sdk.Messages.RolePrivilege[]
Type: RolePrivilege
The old privileges for the role.
See Also
RolePrivilegeAuditDetail Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright