FTPServerOptionsServer Property |
The address of the FTP Server
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string Server { get; set; }
Public Property Server As String
Get
Set
Dim instance As FTPServerOptions
Dim value As String
value = instance.Server
instance.Server = value
Property Value
StringSee Also