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

# RegistrationProperty クラス

> FlexiCaptureConnector ライブラリ内の RegistrationProperty クラスのリファレンスです。このクラスは、バッチ登録パラメーターを名前と値のペアとして表します。

*RegistrationProperty* クラスは、*com.abbyy.connectors.models* 名前空間にあります。バッチ の 登録パラメーター を扱うために使用されます。

このクラスのメソッドについては、以下で説明します。

<div id="constructor-details">
  ## コンストラクターの詳細
</div>

```
public RegistrationProperty(String name, String value)
```

バッチ内に登録パラメーターオブジェクトを作成します。

**パラメーター:**

* name – 登録パラメーターの名前
  * value – 登録パラメーターの値
