PSModuleInfo.NestedModules 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.
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)