PrivilegeLookupDisplayName Method |
Retrieves the display name that represents this privilege.
Namespace:
Alphaleonis.Win32.Security
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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