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

# IRegistrationProperty

> A single registration property — name, value, constraints, and its list of possible values.

## What it does

Represents a registration property.

## Properties

| Name             | Type                                                                           | Access     | Description                                                                                        |
| :--------------- | :----------------------------------------------------------------------------- | :--------- | :------------------------------------------------------------------------------------------------- |
| `Name`           | `string`                                                                       | Read-only  | The name of the registration property.                                                             |
| `Value`          | `string`                                                                       | Read/write | The value of the registration property.                                                            |
| `Comment`        | `string`                                                                       | Read/write | The comment.                                                                                       |
| `IsReadOnly`     | `bool`                                                                         | Read/write | Whether the property is read-only.                                                                 |
| `IsRequired`     | `bool`                                                                         | Read/write | Whether the property is required.                                                                  |
| `PossibleValues` | [IScriptValues](/vantage/documentation/scanning-station/admin/i-script-values) | Read-only  | Values offered in the drop-down list. If the list is empty, users enter a free-text value instead. |

## Related topics

* [IRegistrationProperties](/vantage/documentation/scanning-station/admin/i-registration-properties)
* [IScriptValues](/vantage/documentation/scanning-station/admin/i-script-values)
* [Specify registration parameters](/vantage/documentation/scanning-station/operator/specify-registration)
* [Objects available from event scripts](/vantage/documentation/scanning-station/admin/available-objects)
