AllModulesViewModel.SelectedModule Property

Definition

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

Property Value

Applies to