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

# SkillParameter

> Skill Parameter の値へのアクセスを提供します。

`SkillParameter` は、単一の Skill Parameter (名前、型、値、および変更可能かどうか) を表します。

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

| 名前             | 型                                                                                                              | アクセスレベル   | 説明                            |
| :------------- | :------------------------------------------------------------------------------------------------------------- | :-------- | :---------------------------- |
| **IsReadOnly** | bool                                                                                                           | 読み取り/書き込み | Parameter が読み取り専用の場合は `true`。 |
| **Name**       | string                                                                                                         | 読み取り専用    | Skill Parameter の名前。          |
| **Type**       | [SkillParameterType](/ja/vantage/documentation/skill-designer/document/rule-verification/skill-parameter-type) | 読み取り専用    | Skill Parameter の型。           |
| **Value**      | string                                                                                                         | 読み取り/書き込み | Skill Parameter の値。           |

<Warning>
  `IsReadOnly` が `true` の Parameter に書き込むと、エラーによりルールの実行が中断されます。
</Warning>

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

* [Context](/ja/vantage/documentation/skill-designer/document/rule-verification/context)
* [SkillParameterType](/ja/vantage/documentation/skill-designer/document/rule-verification/skill-parameter-type)
* [Parameter](/ja/vantage/documentation/skill-designer/document/rule-verification/parameter)
* [オブジェクト モデル](/ja/vantage/documentation/skill-designer/document/rule-verification/object-model)
