ManagementPackModuleCompositionNodeType.NodeCollection Property
Gets a list of the related module nodes.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.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
Returns a list of ManagementPackModuleCompositionNodeType objects.
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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
ManagementPackModuleCompositionNodeType Class
ManagementPackModuleCompositionNodeType Members
Microsoft.EnterpriseManagement.Configuration Namespace