Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.