SecurityPrivilegeMetadata.PrivilegeId Property

Definition

Gets the ID of the privilege.

public:
 property Guid PrivilegeId { Guid get(); };
[System.Runtime.Serialization.DataMember]
[set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")]
public Guid PrivilegeId { get; }
[<System.Runtime.Serialization.DataMember>]
[<set: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode", Justification="Called via reflection")>]
member this.PrivilegeId : Guid
Public ReadOnly Property PrivilegeId As Guid

Property Value

The ID of the privilege.

Attributes

Applies to