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