IEntityTypeManagement.GetCategories Method ()
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets all categories that are applied to all management packs in this management group.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As IEntityTypeManagement
Dim returnValue As IList(Of ManagementPackCategory)
returnValue = instance.GetCategories
Syntax
'Declaration
Function GetCategories As IList(Of ManagementPackCategory)
IList<ManagementPackCategory> GetCategories ()
IList<ManagementPackCategory^>^ GetCategories ()
IList<ManagementPackCategory> GetCategories ()
function GetCategories () : IList<ManagementPackCategory>
Return Value
The list of categories.
Thread Safety
This method is thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
IEntityTypeManagement Interface
IEntityTypeManagement Members
Microsoft.EnterpriseManagement Namespace