CommandLineParameterIsOptional Property

Gets or sets a value indicating whether this parameter is required for the application.

A value of means the user needs to pass this parameter to the application.

A value of means this is an optional parameter so no matter if the user pass this parameter to the application.

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

Property Value

Boolean
if this parameter is required for the application; otherwise, .

See Also