> ## 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 is a collection of registration properties in export scripts, with Has and Value methods to check for and read properties by name.

## What it does

A collection of [IExportRegistrationProperty](/flexi-capture/scanning-station/shared/scripts/exportregistration-property) objects.

See more in the [Working with collections](/flexi-capture/scanning-station/scripts-main#collections) section.

## Methods

| **Definition**                | **Description**                                            |
| ----------------------------- | ---------------------------------------------------------- |
| Has (name: string) : bool     | Checks whether the specified property exists               |
| Value (name: string) : string | Retrieves the value of a registration property by the name |
