Share via


CommandLineToolSwitch.SwitchValue Property

Definition

The SwitchValue of the parameter

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

Property Value

The value for the switch.

Attributes

Applies to