CommandViewModel.ParentModule 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 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