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.

Definition

Namespace: DevCase.Core.Application.Parameterization
Assembly: 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; }

Property Value

T
The default parameter's value.

See Also