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