ManagementGroup::GetDependentManagementPacks Method (ManagementPack^)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves all the management packs that are dependent on the specified management pack.

Namespace:   Microsoft.EnterpriseManagement
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

Return to top
Show: