Discuss this help topic in SecureBlackbox Forum
Specifies Action namespace.
Declaration
[VB.NET]
Property _Namespace As String
[Pascal]
property _Namespace : TSBAnyURI;
[C++]
void get__Namespace(std::string &OutResult);
void set__Namespace(const std::string &Value);
[PHP]
string get__Namespace()
void set__Namespace(string $Value)
[Java]
String get_Namespace();
void set_Namespace(String Value);
Description
Use this property to specify Action namespace.
Discuss this help topic in SecureBlackbox Forum