GetCommandCommand.UseAbbreviationExpansion Property

Definition

Gets or sets the parameter that determines if return cmdlets based on abbreviation expansion. This means it matches cmdlets where the uppercase characters for the noun match the given characters. i.e., g-sgc would match Get-SomeGreatCmdlet.

[System.Management.Automation.Parameter(ParameterSetName="AllCommandSet", ValueFromPipelineByPropertyName=true)]
public System.Management.Automation.SwitchParameter UseAbbreviationExpansion { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="AllCommandSet", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Experimental("PSUseAbbreviationExpansion", System.Management.Automation.ExperimentAction.Show)]
public System.Management.Automation.SwitchParameter UseAbbreviationExpansion { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="AllCommandSet", ValueFromPipelineByPropertyName=true)>]
member this.UseAbbreviationExpansion : System.Management.Automation.SwitchParameter with get, set
[<System.Management.Automation.Parameter(ParameterSetName="AllCommandSet", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Experimental("PSUseAbbreviationExpansion", System.Management.Automation.ExperimentAction.Show)>]
member this.UseAbbreviationExpansion : System.Management.Automation.SwitchParameter with get, set
Public Property UseAbbreviationExpansion As SwitchParameter

Property Value

Attributes

Applies to