Properties
| Name | Data type | Access Level | Description |
|---|---|---|---|
| IsReadOnly | bool | Read-write | A value of true specifies that the parameter is read-only. |
| Name | string | Read-only | The name of the parameter. |
| Value | string | Read-write | The value of the parameter. Attempting to write a value to a read-only parameter will interrupt the rule with an error. |
