Discuss this help topic in SecureBlackbox Forum
Specifies the namespace URI of the header.
Declaration
[C#]
string SOAPNamespaceURI;
[VB.NET]
Property SOAPNamespaceURI As String
[Pascal]
property SOAPNamespaceURI : XMLString;
[C++]
void get_SOAPNamespaceURI(sb_u16string &OutResult);
void get_SOAPNamespaceURI(std::wstring &OutResult);
[PHP]
string get_SOAPNamespaceURI()
[Java]
String getSOAPNamespaceURI();
Description
Use this property to get the namespace URI of the header.
Discuss this help topic in SecureBlackbox Forum