Property RequiresValue
RequiresValue
Gets a value indicating whether this property requires a value.
Declaration
public bool RequiresValue { get; }
Property Value
public bool RequiresValue { get; }
Boolean |
Implements
Remarks
Most options require a value, though simple booleans don't as the presence or absence of the option are enough to determine the value.