CommandLineGenerator.AlwaysAppend 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 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