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

# IRegistrationProperty

> 名前、値、制約、可能な値の一覧を持つ単一の登録プロパティ。

<div id="what-it-does">
  ## 機能
</div>

登録プロパティを表します。

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

| Name             | Type                                                                              | Access    | Description                                   |
| :--------------- | :-------------------------------------------------------------------------------- | :-------- | :-------------------------------------------- |
| `Name`           | `string`                                                                          | 読み取り専用    | 登録プロパティの名前。                                   |
| `Value`          | `string`                                                                          | 読み取り/書き込み | 登録プロパティの値。                                    |
| `Comment`        | `string`                                                                          | 読み取り/書き込み | コメント。                                         |
| `IsReadOnly`     | `bool`                                                                            | 読み取り/書き込み | プロパティへのアクセスが読み取り専用かどうか。                       |
| `IsRequired`     | `bool`                                                                            | 読み取り/書き込み | プロパティが必須かどうか。                                 |
| `PossibleValues` | [IScriptValues](/ja/vantage/documentation/scanning-station/admin/i-script-values) | 読み取り専用    | ドロップダウンリストで提示される値。リストが空の場合は、代わりにユーザーが自由入力します。 |

<div id="related-topics">
  ## 関連項目
</div>

* [IRegistrationProperties](/ja/vantage/documentation/scanning-station/admin/i-registration-properties)
* [IScriptValues](/ja/vantage/documentation/scanning-station/admin/i-script-values)
* [登録パラメーターの指定](/ja/vantage/documentation/scanning-station/operator/specify-registration)
* [イベント スクリプトで利用できるオブジェクト](/ja/vantage/documentation/scanning-station/admin/available-objects)
