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

# RegistrationPropertyDef

> ABBYY FlexiCapture Web Services API の RegistrationPropertyDef データ型: バッチタイプの登録パラメーターを定義するフィールドと、それが必須かどうかを示します。

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

**RegistrationPropertyDef** データ型は、バッチタイプの登録パラメーターに関する情報を格納するためのものです。

<div id="fields">
  ## Fields
</div>

| **名前**     | **型**  | **説明**                                                    |
| ---------- | ------ | --------------------------------------------------------- |
| Id         | int    | バッチタイプの登録パラメーターの ID です。Application Server によって自動的に設定されます。 |
| Name       | string | バッチタイプの登録パラメーターの名前です。                                     |
| IsRequired | bool   | 登録パラメーターの入力が必須かどうかを示すフラグです。                               |
