RolePrivilegeAuditDetail.InvalidNewPrivileges Property

Definition

Gets the collection of invalid privileges for the role.

public:
 property Microsoft::Xrm::Sdk::DataCollection<Guid> ^ InvalidNewPrivileges { Microsoft::Xrm::Sdk::DataCollection<Guid> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<Guid> InvalidNewPrivileges { get; }
[<System.Runtime.Serialization.DataMember>]
member this.InvalidNewPrivileges : Microsoft.Xrm.Sdk.DataCollection<Guid>
Public ReadOnly Property InvalidNewPrivileges As DataCollection(Of Guid)

Property Value

The collection of invalid privileges for the role.

Attributes

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.

Applies to