CommandLineToolSwitch.IncludeInCommandLine 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.
Specifies if this switch should be included on the command-line.
public:
property bool IncludeInCommandLine { bool get(); void set(bool value); };
public bool IncludeInCommandLine { get; set; }
member this.IncludeInCommandLine : bool with get, set
Public Property IncludeInCommandLine As Boolean
Property Value
true
if to include the command line tool switch in the command line; otherwise, false
.