Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCustomParameter.ParameterName

TElXMLSOAPCustomParameter     See also     


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


Specifies the name of this parameter.

Declaration

[C#]
    string ParameterName;

[VB.NET]
    Property ParameterName As String

[Pascal]
    property ParameterName : XMLString;

[C++]
    void get_ParameterName(sb_u16string &OutResult);
    void get_ParameterName(std::wstring &OutResult);
    void set_ParameterName(const sb_u16string &Value);
    void set_ParameterName(const std::wstring &Value);

[PHP]
    string get_ParameterName()
    void set_ParameterName(string $Value)

[Java]
    String getParameterName();
    void setParameterName(String Value);

Description

Use this property to set the name of this parameter.

See also:     ParameterNamespaceURI    

Discuss this help topic in SecureBlackbox Forum