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.
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 | Read-only | Values offered in the drop-down list. If the list is empty, users enter a free-text value instead. |
