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

# IExportRegistrationProperties

> IExportRegistrationProperties は、エクスポートスクリプトで使用する登録プロパティのコレクションで、Has メソッドと Value メソッドを使って、名前を指定してプロパティの有無を確認し、その値を読み取れます。

<div id="what-it-does">
  ## 概要
</div>

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

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

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

| **定義**                        | **説明**                   |
| ----------------------------- | ------------------------ |
| Has (name: string) : bool     | 指定したプロパティが存在するかどうかを確認します |
| Value (name: string) : string | 指定した名前の登録プロパティの値を取得します   |
