Set Dictionary Value
既存または新規のキーに値を設定します。
辞書SetDictionaryValue
概要
既存または新規のキーに値を設定します。
Set the value for an existing or new key.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Dictionary name | variable | 必須 | Name of the dictionary variable. 例: config | |
| Key | string | 必須 | 例: name 変数に対応 | |
| Value | string | 必須 | 変数に対応 |