Discuss this help topic in SecureBlackbox Forum

TElXMLNamespaceMap.Prefix

TElXMLNamespaceMap     See also     


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


Returns the prefix value of the desired namespace.

Declaration

[C#]
    string Prefix[int Index];

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

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

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

[PHP]
    string get_Prefix(integer $Index)

[Java]
    String getPrefix(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 prefix of the desired namespace.

See also:     URI     Count     FindNamespace     AddNamespace     RemoveNamespace    

Discuss this help topic in SecureBlackbox Forum