ShowCommandCommandInfo.ParameterSets 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.
A string representing the definition of the command.
public System.Collections.Generic.ICollection<Microsoft.PowerShell.Commands.ShowCommandExtension.ShowCommandParameterSetInfo> ParameterSets { get; }
member this.ParameterSets : System.Collections.Generic.ICollection<Microsoft.PowerShell.Commands.ShowCommandExtension.ShowCommandParameterSetInfo>
Public ReadOnly Property ParameterSets As ICollection(Of ShowCommandParameterSetInfo)