Share via


MultipartFileData.LocalFileName Property

Gets or sets the name of the local file for the multipart file data.

Namespace:  System.Net.Http
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

Syntax

'Declaration
Public Property LocalFileName As String 
    Get 
    Private Set
'Usage
Dim instance As MultipartFileData 
Dim value As String 

value = instance.LocalFileName
public string LocalFileName { get; private set; }
public:
property String^ LocalFileName {
    String^ get ();
    private: void set (String^ value);
}
member LocalFileName : string with get, private set
function get LocalFileName () : String 
private function set LocalFileName (value : String)

Property Value

Type: System.String
The name of the local file for the multipart file data.

See Also

Reference

MultipartFileData Class

System.Net.Http Namespace