PowerTCP SSH and SFTP for .NET
Port Property (LoginData)




The port.
Syntax
'Declaration
 
Public Property Port As Integer
'Usage
 
Dim instance As LoginData
Dim value As Integer
 
instance.Port = value
 
value = instance.Port
public int Port {get; set;}
public: __property int get_Port();
public: __property void set_Port( 
   int value
);
public:
property int Port {
   int get();
   void set (    int value);
}
See Also

Reference

LoginData Class
LoginData Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic