PSModuleInfo.NestedModules Property

Definition

Returns the list of child modules of this module. This will only be non-empty for module manifests.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::PSModuleInfo ^> ^ NestedModules { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::PSModuleInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.PSModuleInfo> NestedModules { get; }
member this.NestedModules : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.PSModuleInfo>
Public ReadOnly Property NestedModules As ReadOnlyCollection(Of PSModuleInfo)

Property Value

Applies to