ManagementGroup::GetDependentManagementPacks Method (ManagementPack^)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Retrieves all the management packs that are dependent on the specified management pack.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Please use ManagementPacks.GetDependentManagementPacks()")] ReadOnlyCollection<ManagementPack^>^ GetDependentManagementPacks( ManagementPack^ managementPack )
Parameters
- managementPack
-
Type:
Microsoft.EnterpriseManagement.Configuration::ManagementPack^
The management pack to check for dependencies.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ManagementPack^>^Returns aReadOnlyCollection<T>object ofspecified management pack that are dependent on theobjects.
For an example of the GetDependentManagementPacksmethod, see How to Display Management Pack Contents
Show: