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

> Reference for the RegistrationProperty class in the FlexiCaptureConnector library, which represents a batch registration parameter as a name and a value.

The *RegistrationProperty* class is in the *com.abbyy.connectors.models* namespace. It is used for working with batch registration parameters.

The methods of this class are described below.

## Constructor Details

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

Creates a registration parameter object in a batch.

**Parameters:**

* name – the name of the registration parameter
  * value – the value of the registration parameter
