CommandLineToolSwitch.TrueSuffix Property

Definition

The flag to append to the end of the switch when that switch is true i.e., In the OptimizeForWindows98, the switch is OPT, the FalseSuffix is :NOWIN98, and the TrueSuffix is :WIN98

public:
 property System::String ^ TrueSuffix { System::String ^ get(); void set(System::String ^ value); };
public string TrueSuffix { get; set; }
public string TrueSuffix { [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.TrueSuffix : 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.TrueSuffix : string with get, set
Public Property TrueSuffix As String

Property Value

The suffix to use when the switch is true.

Attributes

Applies to