InfoConnect for Airlines
HostAddress Property (IConnectionSettingsVTMgr)


Gets or sets the name of the host to which to connect.
Syntax
'Declaration
 
Property HostAddress As String
'Usage
 
Dim instance As IConnectionSettingsVTMgr
Dim value As String
 
instance.HostAddress = value
 
value = instance.HostAddress
string HostAddress {get; set;}

Property Value

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