Discuss this help topic in SecureBlackbox Forum
Namespace of the privilegy.
Declaration
[VB.NET]
Property NS As String
[Pascal]
property NS : string;
[C++]
void get_NS(std::string &OutResult);
void set_NS(const std::string &Value);
[PHP]
string get_NS()
void set_NS(string $Value)
[Java]
String getNS();
void setNS(String Value);
Description
Use this property to get the namespace of the XML element describing this privilegy.
Discuss this help topic in SecureBlackbox Forum