PrivilegeLookupDisplayName Method |
Retrieves the display name that represents this privilege.
Namespace: Alphaleonis.Win32.SecurityAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public string LookupDisplayName()
Public Function LookupDisplayName As String
public:
String^ LookupDisplayName()
member LookupDisplayName : unit -> string
Return Value
Type:
StringThe display name that represents this privilege.
See Also