AllModulesViewModel.SelectedModule 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 or sets the selected module being displayed in the GUI
public:
property Microsoft::PowerShell::Commands::ShowCommandInternal::ModuleViewModel ^ SelectedModule { Microsoft::PowerShell::Commands::ShowCommandInternal::ModuleViewModel ^ get(); void set(Microsoft::PowerShell::Commands::ShowCommandInternal::ModuleViewModel ^ value); };
public Microsoft.PowerShell.Commands.ShowCommandInternal.ModuleViewModel SelectedModule { get; set; }
member this.SelectedModule : Microsoft.PowerShell.Commands.ShowCommandInternal.ModuleViewModel with get, set
Public Property SelectedModule As ModuleViewModel