SecurityPrivilegeMetadata.Name Property

Definition

Gets the name of the privilege.

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

Property Value

The name of the privilege.

Attributes

Applies to