Click or drag to resize

CommandLineArgumentDefaultValue Property

Gets the default value for an argument.

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public Object DefaultValue { get; }

Property Value

Type: Object
The default value of the argument.
Remarks

This value is only used if IsRequired is .

See Also