AllModulesViewModel.Modules Property

Definition

Gets the Modules parameter.

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

Property Value

Applies to