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

## Constructor

```java theme={null}
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.
