CommandLineGenerator.AlwaysAppend Property

Definition

The string to append to the end of a non-templated commandline.

public:
 property System::String ^ AlwaysAppend { System::String ^ get(); void set(System::String ^ value); };
public string AlwaysAppend { get; set; }
member this.AlwaysAppend : string with get, set
Public Property AlwaysAppend As String

Property Value

String

The string to append to a command line when there is no template.

Applies to