getOption()
Last updated 2/10/2024
Example
The following code gets the host name from the Options field stored against the instance record, using the key
HostName
.
Gets the HostName value
function GetRemoteHost(five) {
return five.getOption('HostName');
}