GetCommandCommand.UseAbbreviationExpansion 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.
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