Share via


CommandLineToolSwitch.BooleanValue Property

Definition

The BooleanValue is used for the boolean switches, and are set to true or false, depending on what you set it to.

public:
 property bool BooleanValue { bool get(); void set(bool value); };
public bool BooleanValue { get; set; }
member this.BooleanValue : bool with get, set
Public Property BooleanValue As Boolean

Property Value

The Boolean value of the command line switch.

Applies to