Discuss this help topic in SecureBlackbox Forum
Null-terminated regular expression.
Declaration
[C#/Java]
string Expression;
[VB.NET]
property Expression as string
[Pascal]
property Expression : string;
[C++]
void get_Expression(std::string &OutResult);
void set_Expression(const std::string &Value);
[PHP]
string get_Expression()
void set_Expression(string $Value)
Description
Use this property to limit the scope of trust that is extended.
Discuss this help topic in SecureBlackbox Forum