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

# Parameter

> Parameter class providing access to skill parameter names and values (read-only or read-write) inside a Splitter Script activity.

Provides access to parameter values.

## Properties

| Name         | Data Type | Access Level | Description                                                  |
| :----------- | :-------- | :----------- | :----------------------------------------------------------- |
| `IsReadOnly` | `bool`    | Read-only    | 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.                                  |
