PutOptions

新しいオプション プロパティを現在のオプション プロパティに追加します。

構文

Sub putOptions(options As Map) 

パラメータ

  • 現在のオプション プロパティに追加する新しいオプション マップ。

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

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

requestMsg.putOptions map