Back to product page
- Introduction
- Overview
- License Agrement
- Getting Started
- Objects
- Enumerations
- wodSSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- ClientName
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encoding
- Encryption
- EncryptionList
- ErrorText
- ExitSignal
- ExitStatus
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyForward
- KeySignatureList
- LastError
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StateText
- StripANSI
- StripNull
- Subsystem
- TerminalSpeed
- TerminalType
- Timeout
- UseIPv6
- Version
- Events
- IwodSSHNotify
- How to get support?
- Technical information
- Fast notifications interface
- Error list
MyHostname property
Holds the hostname of the local computer.
Type
A String value. Represents name of local computer.Syntax
- Basic
object.MyHostname [= value]
The MyHostname(object,value) syntax has these parts:
The MyHostname(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodSSH. |
value | A String value. |
Remarks
Here you can find the short name of the local computer, as defined in your network settings. There will be no domain information because your computer can be known differently on the external network, depending on your dial-up settings, local network settings, etc..Although you can write to this property it will not change your network settings. it is provided for reference only.