ShowCommandCommandInfo.ParameterSets Property

Definition

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)

Property Value

Applies to