RegisterArgumentCompleterCommand.NativeFallback 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.
Indicates the argument completer is a fallback for any native commands that don't have a completer registered.
[System.Management.Automation.Parameter(ParameterSetName="NativeFallbackSet")]
public System.Management.Automation.SwitchParameter NativeFallback { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="NativeFallbackSet")>]
member this.NativeFallback : System.Management.Automation.SwitchParameter with get, set
Public Property NativeFallback As SwitchParameter
Property Value
- Attributes