CommandViewModel.ParentModule Property

Definition

Gets the module containing this cmdlet in the GUI.

public:
 property Microsoft::PowerShell::Commands::ShowCommandInternal::ModuleViewModel ^ ParentModule { Microsoft::PowerShell::Commands::ShowCommandInternal::ModuleViewModel ^ get(); };
public Microsoft.PowerShell.Commands.ShowCommandInternal.ModuleViewModel ParentModule { get; }
member this.ParentModule : Microsoft.PowerShell.Commands.ShowCommandInternal.ModuleViewModel
Public ReadOnly Property ParentModule As ModuleViewModel

Property Value

Applies to