Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPParametersManager.ParamNames

TElXMLSOAPParametersManager     See also     


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


The list of parameters handled by this manager.

Declaration

[C#]
    string ParamNames[int Index];

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

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

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

[PHP]
    string get_ParamNames(integer $Index)

[Java]
    String getParamNames(int Index);

Parameters

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

Description

This property contains a list of parameters handled by the parameter manager.

See also:     Add     Count     ParamClasses     ParamNamespaceURIs    

Discuss this help topic in SecureBlackbox Forum