[]
Gets or sets the current value of the parameter.
public object CurrentValue { get; set; }
| Type | Description |
|---|---|
| object | The current value. |
<p>
For single-value parameters, assign a single object (e.g., string, int). For multi-value parameters, assign an array or collection of objects.
Setting this property automatically validates the value and updates the parameter state.