FTPServerOptionsPassword Property |
The password with which to log in
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic string Password { get; set; }Public Property Password As String
Get
Set
Dim instance As FTPServerOptions
Dim value As String
value = instance.Password
instance.Password = value
Property Value
String
See Also