CommandLineToolSwitch.BooleanValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.