Discuss this help topic in SecureBlackbox Forum
The namespace URI of this parameter.
Declaration
[C#]
string ParameterNamespaceURI;
[VB.NET]
Property ParameterNamespaceURI As String
[Pascal]
property ParameterNamespaceURI : XMLString;
[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
Use this property to set the namespace URI of this parameter.
Discuss this help topic in SecureBlackbox Forum