Discuss this help topic in SecureBlackbox Forum

TElXMLNamespaceMap.URI

TElXMLNamespaceMap     See also     


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


Returns the URI value of the desired namespace.

Declaration

[C#]
    string URI[int Index];

[VB.NET]
    Property URI(ByVal Index As Integer) As String

[Pascal]
    property URI[Index : integer] : WideString;

[C++]
    void get_URI(int32_t Index, sb_u16string &OutResult);
    void get_URI(int32_t Index, std::wstring &OutResult);

[PHP]
    string get_URI(integer $Index)

[Java]
    String getURI(int Index);

Parameters

  • Index - The index of the desired namespace. The first namespace has Index=0, the second has Index=1 and so on.

Description

    Use this read-only property to get the URI value of the desired namespace.

See also:     Prefix     Count     AddNamespace     RemoveNamespace    

Discuss this help topic in SecureBlackbox Forum