Reflection
SSHPort Property


The protocol port to use to establish the Secure Shell connection.
Syntax
'Declaration
 
Property SSHPort As Integer
'Usage
 
Dim instance As IConnectionSettingsSecureShell
Dim value As Integer
 
instance.SSHPort = value
 
value = instance.SSHPort
int SSHPort {get; set;}

Property Value

This value cannot be changed if the connection is open.
See Also