Compartilhar via


ManagementPackModuleCompositionNodeType.NodeCollection Property

Gets a list of the related module nodes.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ManagementPackModuleCompositionNodeType
Dim value As IList(Of ManagementPackModuleCompositionNodeType)

value = instance.NodeCollection

Syntax

'Declaration
Public ReadOnly Property NodeCollection As IList(Of ManagementPackModuleCompositionNodeType)
public IList<ManagementPackModuleCompositionNodeType> NodeCollection { get; }
public:
property IList<ManagementPackModuleCompositionNodeType^>^ NodeCollection {
    IList<ManagementPackModuleCompositionNodeType^>^ get ();
}
/** @property */
public IList<ManagementPackModuleCompositionNodeType> get_NodeCollection ()
public function get NodeCollection () : IList<ManagementPackModuleCompositionNodeType>

Property Value

Return type: a list of ManagementPackModuleCompositionNodeType objects.

A list of the related module nodes.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackModuleCompositionNodeType Class
ManagementPackModuleCompositionNodeType Members
Microsoft.EnterpriseManagement.Configuration Namespace