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

# IRegistrationProperties

> IRegistrationProperties は、Scanning Station スクリプト内の 登録プロパティ コレクションを管理します。プロパティの追加、挿入、削除、名前による検索を行えます。

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

[IRegistrationProperty](/ja/flexi-capture/scanning-station/shared/scripts/registration-prop) オブジェクトのコレクションです。

詳しくは、[コレクションの操作](/ja/flexi-capture/scanning-station/scripts-main#collections) セクションを参照してください。

<div id="methods">
  ## メソッド
</div>

| **定義**                                                                                                                           | **説明**                   |
| -------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
| Has (name: string) : bool                                                                                                        | 指定したプロパティが存在するかどうかを確認します |
| Add (name: string) : [IRegistrationProperty](/ja/flexi-capture/scanning-station/shared/scripts/registration-prop)                | 新しい登録プロパティを追加します         |
| InsertAt (name: string, pos: int) : [IRegistrationProperty](/ja/flexi-capture/scanning-station/shared/scripts/registration-prop) | 指定した登録プロパティを指定した位置に挿入します |
| Delete (name: string)                                                                                                            | 指定した名前の登録プロパティを削除します     |
| DeleteAt (pos: int)                                                                                                              | 指定した位置の登録プロパティを削除します     |
| DeleteAll ( )                                                                                                                    | すべての登録プロパティを削除します        |

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

| **名前**               | **型**  | **アクセス** | **説明**  |
| -------------------- | ------ | -------- | ------- |
| Value (name: string) | string | 読み取り専用   | プロパティの値 |
