| 
            
              FtpFileWatcherServer Property
             | 
          
        
        
            Gets or sets FTP server name (DNS name or IP) to watch.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntax[BrowsableAttribute(true)]
public virtual string Server { get; set; }<BrowsableAttribute(true)>
Public Overridable Property Server As String
	Get
	Set
public:
[BrowsableAttribute(true)]
virtual property String^ Server {
	String^ get ();
	void set (String^ value);
}[<BrowsableAttribute(true)>]
abstract Server : string with get, set
[<BrowsableAttribute(true)>]
override Server : string with get, set
function get_Server();
function set_Server(value);
 View SourceProperty Value
String
Remarks
            FTP server name should not be prefixed with FTP://.
            
See Also