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