Share via


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; }
public string AlwaysAppend { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.AlwaysAppend : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.AlwaysAppend : string with get, set
Public Property AlwaysAppend As String

Property Value

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

Attributes

Applies to