Share via


CommandLineToolSwitch.FallbackArgumentParameter Property

Definition

The Fallback attribute is used to specify which property to look at in the case that the argument property is not set, or if the file that the argument property indicates is nonexistent.

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

Property Value

The fallback parameter.

Attributes

Applies to