FTPServerInputControlFTPServerInfos Property |
Returns the currently entered values in the control in the form of a FTPServerOptions object.
Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public FTPServerOptions FTPServerInfos { get; }
Public ReadOnly Property FTPServerInfos As FTPServerOptions
Get
Dim instance As FTPServerInputControl
Dim value As FTPServerOptions
value = instance.FTPServerInfos
Property Value
FTPServerOptionsSee Also