Share via


ManagementPackBundle.ManagementPacks Property

Definition

Gets the management packs.

public:
 property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPack ^> ^ ManagementPacks { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPack ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPack> ManagementPacks { get; }
member this.ManagementPacks : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPack>
Public ReadOnly Property ManagementPacks As IList(Of ManagementPack)

Property Value

The management packs.

Applies to