RelaxISRemoteOptionsConnectionSettingsFTPConnection Property |
Contains information about the FTP server to send the job to.
Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public FTPServerOptions FTPConnection { get; set; }
Public Property FTPConnection As FTPServerOptions
Get
Set
Dim instance As RelaxISRemoteOptionsConnectionSettings
Dim value As FTPServerOptions
value = instance.FTPConnection
instance.FTPConnection = value
Return Value
FTPServerOptionsA
FTPServerOptions object.
See Also