FTPServerInputControlPassword Property |
The login password
Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string Password { get; set; }
Public Property Password As String
Get
Set
Dim instance As FTPServerInputControl
Dim value As String
value = instance.Password
instance.Password = value
Property Value
StringSee Also