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 compulsory. |
PossibleValues | IScriptValues | Read-only | Values to select from in the drop-down list. If the list is empty, the property is specified in the edit box. |
