CommandViewModel.ParameterSets Property

Definition

Gets the ParameterSets parameter.

public:
 property System::Collections::Generic::List<Microsoft::PowerShell::Commands::ShowCommandInternal::ParameterSetViewModel ^> ^ ParameterSets { System::Collections::Generic::List<Microsoft::PowerShell::Commands::ShowCommandInternal::ParameterSetViewModel ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.PowerShell.Commands.ShowCommandInternal.ParameterSetViewModel> ParameterSets { get; }
member this.ParameterSets : System.Collections.Generic.List<Microsoft.PowerShell.Commands.ShowCommandInternal.ParameterSetViewModel>
Public ReadOnly Property ParameterSets As List(Of ParameterSetViewModel)

Property Value

Applies to