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