Discuss this help topic in SecureBlackbox Forum

TElMessageHeaderField.GetParamName

TElMessageHeaderField     See also     


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


Returns parameter name by its index.

Declaration

[C#]
    string GetParamName(int Index);

[VB.NET]
    Function GetParamName(ByVal Index As Integer) As String

[Pascal]
    function GetParamName(Index: Integer): TString;

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

[PHP]
    string GetParamName(integer $Index)

[Java]
    String getParamName(int Index);

Parameters

  • Index - index of parameter.

Return value

    Parameter name.

Description

    Use this method to get parameter name by its index.

See also:     GetParamValue     GetParamIndexByName     IsParamExists    

Discuss this help topic in SecureBlackbox Forum