SetValue(string, object?, string?)
Sets the value of an argument.
Declaration
void SetValue(string name, object? value, string? scope = null)Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Argument name. |
| object | value | Argument value. The value can be |
| string | scope | An optional prefix of |