Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPParametersManager.ParamNamespaceURIs

TElXMLSOAPParametersManager     See also     


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


The namespace URIs of the params in the list.

Declaration

[C#]
    string ParamNamespaceURIs[int Index];

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

[Pascal]
    property ParamNamespaceURIs[Index : Integer] : XMLString;

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

[PHP]
    string get_ParamNamespaceURIs(integer $Index)

[Java]
    String getParamNamespaceURIs(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

This property contains the namespace URI of each parameter handled by this manager.

See also:     ParamNames     ParamClasses    

Discuss this help topic in SecureBlackbox Forum