Reference Library
LocalFileName Property
NamespacesMBNCSUtil.NetBnFtpRequestBaseLocalFileName
Gets or sets the local path of the file.
Declaration Syntax
C#Visual BasicVisual C++
public string LocalFileName { get; set; }
Public Property LocalFileName As String
	Get
	Set
public:
property String^ LocalFileName {
	String^ get ();
	void set (String^ value);
}
Remarks

This property must be set before the ExecuteRequest method is called. It can be changed in subsequent calls to download the same file to multiple locations; however, changing this property will not affect files that have already been downloaded.

Assembly: Asgard5Library (Module: Asgard5Library)