Share via


IManagementPackManagement.GetDependentManagementPacks(ManagementPack) Method

Definition

Gets all the management packs that depend on (reference) the specified management pack.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPack ^> ^ GetDependentManagementPacks(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ managementPack);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPack> GetDependentManagementPacks (Microsoft.EnterpriseManagement.Configuration.ManagementPack managementPack);
abstract member GetDependentManagementPacks : Microsoft.EnterpriseManagement.Configuration.ManagementPack -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPack>
Public Function GetDependentManagementPacks (managementPack As ManagementPack) As IList(Of ManagementPack)

Parameters

managementPack
ManagementPack

The management pack.

Returns

The list of management packs that reference the specified management pack.

Exceptions

The managementPack parameter is a null reference (Nothing in Visual Basic).

Applies to

Thread Safety

This method is thread safe.