CommandLineToolSwitch.ReverseSwitchValue Property

Definition

The SwitchValue of the parameter

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

Property Value

The reverse switch text.

Attributes

Applies to