Discuss this help topic in SecureBlackbox Forum
This property gets the namespace URI of this node.
Declaration
[C#]
string NamespaceURI;
[VB.NET]
Property NamespaceURI As String
[Pascal]
property NamespaceURI : WideString;
[C++]
void get_NamespaceURI(sb_u16string &OutResult);
void get_NamespaceURI(std::wstring &OutResult);
[PHP]
string get_NamespaceURI()
[Java]
String getNamespaceURI();
Description
Use this property to get the namespace URI specified at creation time.
Discuss this help topic in SecureBlackbox Forum