CommandLineToolSwitch.FallbackArgumentParameter 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 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