> ## 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

> Splitter スクリプト アクティビティ内で Skill Parameter の名前と値（読み取り専用または読み書き）にアクセスするための Parameter クラス。

パラメーター値にアクセスできます。

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

| Name         | Data Type | Access Level | Description                     |
| :----------- | :-------- | :----------- | :------------------------------ |
| `IsReadOnly` | `bool`    | 読み取り専用       | `true` の場合、Parameter は読み取り専用です。 |
| `Name`       | `string`  | 読み取り専用       | Parameter の名前。                  |
| `Value`      | `string`  | 読み取り/書き込み    | Parameter の値。                   |
