CommandLineArgumentIsRequiredProperty Property

Gets a value that indicates whether the argument is backed by a required property.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
C#
public bool IsRequiredProperty { get; }

Property Value

Boolean
if the argument is defined by a property with the C# 11 required keyword; otherwise, .

Remarks

If the IsRequiredProperty property is , the IsRequired property is guaranteed to also be .

See Also