Discuss this help topic in SecureBlackbox Forum

TElMultipartFormData.Name

TElMultipartFormData     See also     


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


Specifies the name of the data element.

Declaration

[C#]
    string Name;

[VB.NET]
    Property Name As String

[Pascal]
    property Name : string;

[C++]
    void get_Name(std::string &OutResult);

[PHP]
    string get_Name()

[Java]
    String getName();

Description

    This property specifies the name of the data element.

See also:     FileName    

Discuss this help topic in SecureBlackbox Forum