CommandLineToolSwitch.IncludeInCommandLine Property

Definition

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.

Applies to