Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPBodyEntry.NamespaceURI

TElXMLSOAPBodyEntry     


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


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 of this body entry.

Discuss this help topic in SecureBlackbox Forum