CommandInfo.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.
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)