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

> IRegistrationProperty gives Scanning Station scripts access to one registration property: its name, value, comment, required flag, and selectable 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 | Specifies whether access to the property is read-only                                                         |
| IsRequired     | bool                                                                          | Read/write | Specifies whether the property is required                                                                    |
| PossibleValues | [IScriptValues](/flexi-capture/scanning-station/shared/scripts/script-values) | Read-only  | Values to select from in the drop-down list. If the list is empty, the property is specified in the edit box. |
