|
FtpReaderLocalFileName Property
|
Gets or sets local file name.
Namespace: FtpAdaptersAssembly: FtpAdapters (in FtpAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
public string LocalFileName { get; set; }
<ConnectionStringParameterAttribute>
Public Property LocalFileName As String
Get
Set
public:
[ConnectionStringParameterAttribute]
property String^ LocalFileName {
String^ get ();
void set (String^ value);
}
[<ConnectionStringParameterAttribute>]
member LocalFileName : string with get, set
function get_LocalFileName();
function set_LocalFileName(value);
View SourceProperty Value
StringSee Also