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.
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 Value { get; set; }
Public Property Value As T
Get
Set
Dim instance As CommandLineValueParameter
Dim value As T
value = instance.Value
instance.Value = value
public:
property T Value {
T get ();
void set (T value);
}
member Value : 'T with get, set
No code example is currently available or this language may not be supported.
Property Value
T
The parameter's value defined by the end-user.