IManagementPackManagement.GetManagementPacks Method ()
Gets a collection of all the management packs that have been imported into the current management group.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As IManagementPackManagement
Dim returnValue As IList(Of ManagementPack)
returnValue = instance.GetManagementPacks
Syntax
'Declaration
Function GetManagementPacks As IList(Of ManagementPack)
IList<ManagementPack> GetManagementPacks ()
IList<ManagementPack^>^ GetManagementPacks ()
IList<ManagementPack> GetManagementPacks ()
function GetManagementPacks () : IList<ManagementPack>
Return Value
The collection of imported management packs.
Thread Safety
This method is thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
IManagementPackManagement Interface
IManagementPackManagement Members
Microsoft.EnterpriseManagement Namespace