wodSSH ActiveX Control - Hostname Property
      
 

Description

Determines the Hostname of the remote server.


Property type

A String value.  Represents the name or IP address of the remote server.


Syntax

object.Hostname [= value]



The Hostname Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSSH.
value A String value.

Remarks

Prior to issuing the Connect method, you should set the Hostname property to the name of the remote server, or its IP address. wodSSH will resolve the given string and will use that value when the Connect method is called.