PutOptions

Adds the new option properties to the current option properties.

Syntax

Sub putOptions(options As Map) 

Parameters

  • The new option map to be added to the current option properties

Example

Dim map As New G1CLIENTLib.Map 
Dim requestMsg As New G1CLIENTLib.Message 

map.Insert "OutputCasing", "M" 
map.Insert "OutputRecordType", "A" 

requestMsg.putOptions map