CommandLineArgumentDefaultValue Property |
Gets the default value for an argument.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic Object DefaultValue { get; }
Public ReadOnly Property DefaultValue As Object
Get
Dim instance As CommandLineArgument
Dim value As Object
value = instance.DefaultValue
public:
property Object^ DefaultValue {
Object^ get ();
}
Property Value
Type:
Object
The default value of the argument.
Remarks
See Also