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.
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 bool IsOptional { get; set; }
public:
property bool IsOptional {
bool get ();
void set (bool value);
}
member IsOptional : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if this parameter is required for the application; otherwise,
.