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

> IRegistrationProperty を使用すると、Scanning Station のスクリプトから、1 つの登録プロパティ（名前、値、コメント、必須フラグ、選択可能な値）にアクセスできます。

<div id="what-it-does">
  ## 説明
</div>

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

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

| **名前**         | **型**                                                                            | **アクセス**  | **説明**                                             |
| -------------- | -------------------------------------------------------------------------------- | --------- | -------------------------------------------------- |
| Name           | string                                                                           | 読み取り専用    | 登録プロパティの名前                                         |
| Value          | string                                                                           | 読み取り/書き込み | 登録プロパティの値                                          |
| Comment        | string                                                                           | 読み取り/書き込み | コメント                                               |
| IsReadOnly     | bool                                                                             | 読み取り/書き込み | プロパティへのアクセスが読み取り専用かどうかを指定します                       |
| IsRequired     | bool                                                                             | 読み取り/書き込み | プロパティが必須かどうかを指定します                                 |
| PossibleValues | [IScriptValues](/ja/flexi-capture/scanning-station/shared/scripts/script-values) | 読み取り専用    | ドロップダウンリストで選択できる値です。リストが空の場合は、編集ボックスでプロパティ値を指定します。 |
