Share via


ManagementPackFileStore.GetManagementPacks Method

Definition

Retrieves all the management packs in this store.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPack ^> ^ GetManagementPacks();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPack> GetManagementPacks ();
member this.GetManagementPacks : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPack>
Public Function GetManagementPacks () As IList(Of ManagementPack)

Returns

All the management packs.

Applies to