Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the management packs.
Namespace: Microsoft.EnterpriseManagement.Packaging
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
'Usage
Dim instance As ManagementPackBundle
Dim value As IList(Of ManagementPack)
value = instance.ManagementPacks
'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>
The management packs.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows Vista, Windows Server 2003, and
Windows Server 2008,Windows Server 2003
ManagementPackBundle Class
ManagementPackBundle Members
Microsoft.EnterpriseManagement.Packaging Namespace