Method SetValue
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 |