ModuleViewModel.SelectedCommand Property

Definition

Gets or sets the selected commands of this module

public:
 property Microsoft::PowerShell::Commands::ShowCommandInternal::CommandViewModel ^ SelectedCommand { Microsoft::PowerShell::Commands::ShowCommandInternal::CommandViewModel ^ get(); void set(Microsoft::PowerShell::Commands::ShowCommandInternal::CommandViewModel ^ value); };
public Microsoft.PowerShell.Commands.ShowCommandInternal.CommandViewModel SelectedCommand { get; set; }
member this.SelectedCommand : Microsoft.PowerShell.Commands.ShowCommandInternal.CommandViewModel with get, set
Public Property SelectedCommand As CommandViewModel

Property Value

Applies to