SecurityPrivilegeMetadata.PrivilegeType 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 type of the privilege.
public:
property Microsoft::Xrm::Sdk::Metadata::PrivilegeType PrivilegeType { Microsoft::Xrm::Sdk::Metadata::PrivilegeType get(); };
[System.Runtime.Serialization.DataMember]
[set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")]
public Microsoft.Xrm.Sdk.Metadata.PrivilegeType PrivilegeType { get; }
[<System.Runtime.Serialization.DataMember>]
[<set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")>]
member this.PrivilegeType : Microsoft.Xrm.Sdk.Metadata.PrivilegeType
Public ReadOnly Property PrivilegeType As PrivilegeType
Property Value
The type of the privilege.
- Attributes