PutOption

Sets the value for the given name in the option properties. If there is an existing value present for the entity identified by the name, it is replaced. "Option" properties are the service-specific runtime options.

Syntax

Sub putOption(name As String, value As String) 

Parameters

  • Name—the name with which the specified value is to be associated
  • Value—value to be associated with the specific name.

Example

Dim requestMsg As New G1CLIENTLib.Message 

requestMsg.putOption "OutputCasing", "M" 
requestMsg.putOption "OutputRecordType", "A"