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




The hostname or address in dot notation.
Syntax
'Declaration
 
Public Property HostNameOrAddress As String
'Usage
 
Dim instance As LoginData
Dim value As String
 
instance.HostNameOrAddress = value
 
value = instance.HostNameOrAddress
public string HostNameOrAddress {get; set;}
public: __property string* get_HostNameOrAddress();
public: __property void set_HostNameOrAddress( 
   string* value
);
public:
property String^ HostNameOrAddress {
   String^ get();
   void set (    String^ 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