CommandLineValueParameterTDefaultValue Property
Gets or sets the default parameter's value.
This value should be take into account if, after parsing the command-line arguments of the application,
Value is
,
meaning that the end-user did not assigned any value to this parameter.
Namespace: DevCase.Core.Application.ParameterizationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public T DefaultValue { get; set; }
Public Property DefaultValue As T
Get
Set
Dim instance As CommandLineValueParameter
Dim value As T
value = instance.DefaultValue
instance.DefaultValue = value
public:
property T DefaultValue {
T get ();
void set (T value);
}
member DefaultValue : 'T with get, set
No code example is currently available or this language may not be supported.
Property Value
T
The default parameter's value.