RolePrivilegeAuditDetail.InvalidNewPrivileges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.