Dela via


ManagementPackBundle.ManagementPacks Property

Gets the management packs.

Namespace: Microsoft.EnterpriseManagement.Packaging
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ManagementPackBundle
Dim value As IList(Of ManagementPack)

value = instance.ManagementPacks

Syntax

'Declaration
Public ReadOnly Property ManagementPacks As IList(Of ManagementPack)
public IList<ManagementPack> ManagementPacks { get; }
public:
property IList<ManagementPack^>^ ManagementPacks {
    IList<ManagementPack^>^ get ();
}
/** @property */
public IList<ManagementPack> get_ManagementPacks ()
public function get ManagementPacks () : IList<ManagementPack>

Property Value

The management packs.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackBundle Class
ManagementPackBundle Members
Microsoft.EnterpriseManagement.Packaging Namespace