Gets the system name identifying this privilege.
Namespace: Alphaleonis.Win32.SecurityAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string Name { get; }
Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}
member Name : string with get
Property Value
Type:
StringThe system name identifying this privilege.
See Also