Discuss this help topic in SecureBlackbox Forum
Null-terminated regular expression.
Declaration
[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)
[Java]
String getExpression();
void setExpression(String Value);
Description
Use this property to limit the scope of trust that is extended.
Discuss this help topic in SecureBlackbox Forum