RolePrivilegeAuditDetail.InvalidNewPrivileges Property
Applies To: Dynamics CRM 2015
Gets the collection of invalid privileges for the role.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataMemberAttribute]
public DataCollection<Guid> InvalidNewPrivileges { get; }
public:
[DataMemberAttribute]
property DataCollection<Guid>^ InvalidNewPrivileges {
DataCollection<Guid>^ get();
}
[<DataMemberAttribute>]
member InvalidNewPrivileges : DataCollection<Guid> with get
<DataMemberAttribute>
Public ReadOnly Property InvalidNewPrivileges As DataCollection(Of Guid)
Property Value
Type: Microsoft.Xrm.Sdk.DataCollection<Guid>
Type: DataCollection<T><Guid>
The collection of invalid privileges for the role.
Remarks
If an attempt is made to assign a set of privileges to a role, and some of those privileges cannot be assigned, the privileges that cannot be assigned will be in this InvalidNewPrivileges property.
See Also
RolePrivilegeAuditDetail Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright