CommandParameterSetInfo.Parameters 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 parameter information for the parameters in this parameter set.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::CommandParameterInfo ^> ^ Parameters { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::CommandParameterInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.CommandParameterInfo> Parameters { get; }
member this.Parameters : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.CommandParameterInfo>
Public ReadOnly Property Parameters As ReadOnlyCollection(Of CommandParameterInfo)