Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPElement.NamespaceURI

TElXMLSOAPElement     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the namespace URI of this element.

Declaration

[C#]
    string NamespaceURI;

[VB.NET]
    Property NamespaceURI As String

[Pascal]
    property NamespaceURI : XMLString;

[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 specify the namespace URI for this element.

Discuss this help topic in SecureBlackbox Forum