ArgumentBase.SetDefaultValue Method
Namespace: DensoCreate.Cli.Framework
Description
Sets the initial value of the argument. If value is null, no initial value is set.
Argument
Name | Type | Description |
---|
value | object | Sets the initial value. |
Return value