CommandInfo.ParameterSets Property

Definition

Gets the information about the parameters and parameter sets for this command.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::CommandParameterSetInfo ^> ^ ParameterSets { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::CommandParameterSetInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.CommandParameterSetInfo> ParameterSets { get; }
member this.ParameterSets : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.CommandParameterSetInfo>
Public ReadOnly Property ParameterSets As ReadOnlyCollection(Of CommandParameterSetInfo)

Property Value

Applies to