> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Parameter

> Parameter インターフェイス — 名前、読み取り専用フラグ、および値を持つ、単一の名前付きトランザクション パラメーター。

`Parameter` は、単一のトランザクション パラメーター (名前、値、変更可能かどうか) を表します。

<div id="properties">
  ## プロパティ
</div>

| Name           | 型       | アクセス      | 説明                        |
| :------------- | :------ | :-------- | :------------------------ |
| **Name**       | string  | 読み取り専用    | パラメーターの名前。                |
| **IsReadOnly** | boolean | 読み取り/書き込み | パラメーターが読み取り専用の場合は `true`。 |
| **Value**      | string  | 読み取り/書き込み | パラメーターの値。                 |

<div id="related-topics">
  ## 関連トピック
</div>

* [トランザクション](/ja/vantage/documentation/skill-designer/process/custom-activity/transaction)
* [オブジェクト モデル](/ja/vantage/documentation/skill-designer/process/custom-activity/object-model)
