ModuleViewModel.AllModules 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 AllModulesViewModel containing this, if any
public:
property Microsoft::PowerShell::Commands::ShowCommandInternal::AllModulesViewModel ^ AllModules { Microsoft::PowerShell::Commands::ShowCommandInternal::AllModulesViewModel ^ get(); };
public Microsoft.PowerShell.Commands.ShowCommandInternal.AllModulesViewModel AllModules { get; }
member this.AllModules : Microsoft.PowerShell.Commands.ShowCommandInternal.AllModulesViewModel
Public ReadOnly Property AllModules As AllModulesViewModel