Discuss this help topic in SecureBlackbox Forum

TElMessageHeaderField.Name

TElMessageHeaderField     See also     


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


Contains header field name.

Declaration

[C#]
    string Name;

[VB.NET]
    Property Name As String

[Pascal]
    property Name : TString;

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

[PHP]
    string get_Name()
    void set_Name(string $Value)

[Java]
    String getName();
    void setName(String AValue);

Description

    Use this property to manipulate header field name.

See also:     Body     Value     Comments    

Discuss this help topic in SecureBlackbox Forum