Discuss this help topic in SecureBlackbox Forum
Contain the description of this privilege.
Declaration
[VB.NET]
Property Description As String
[Pascal]
property Description : string;
[C++]
void get_Description(std::string &OutResult);
void set_Description(const std::string &Value);
[PHP]
string get_Description()
void set_Description(string $Value)
[Java]
String getDescription();
void setDescription(String Value);
Description
This property contains the human-readable description of what this privilege controls access to.
Discuss this help topic in SecureBlackbox Forum