SetOptions

新しいオプション プロパティで現在のオプション プロパティを上書きします。

構文

Sub setOptions(options As Map) 

パラメータ

  • 現在のオプション マップを置き換える新しいオプション マップ。

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

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

requestMsg.setOptions map