Property RequiresValue
RequiresValue
Gets a value indicating whether this property requires a value.
Declaration
bool RequiresValue { get; }
Property Value
bool RequiresValue { get; }
Boolean |
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.