CommandLineValueParameterTValue Property

Gets or sets the parameter's value defined by the end-user.

This value should be initially before parsing the commandline arguments of the application.

The value of the parameter should be assigned by the end-user when passing an argument to the application.

To set a default value for this parameter, use DefaultValue property instead.

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 Value { get; set; }

Property Value

T
The parameter's value defined by the end-user.

See Also