ParameterSets

System.Collections.ICollection<IParameterSet> IApplyParameterSet.ParameterSets { get; }

Gets the collection of parameter sets configured for this command.

Value

ICollection<IParameterSet> – Collection of parameter sets configured for this command.

Throws