Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
string OperationNamespaceURI;
[VB.NET]
Property OperationNamespaceURI As String
[Pascal]
under development
[C++]
void get_OperationNamespaceURI(sb_u16string &OutResult);
void get_OperationNamespaceURI(std::wstring &OutResult);
void set_OperationNamespaceURI(const sb_u16string &Value);
void set_OperationNamespaceURI(const std::wstring &Value);
[PHP]
string get_OperationNamespaceURI()
void set_OperationNamespaceURI(string $Value)
[Java]
String getOperationNamespaceURI();
void setOperationNamespaceURI(String Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum