Share via


IEntityTypeManagement.GetTopLevelEnumerations Method

Gets the top-level enumerations. Enumerations that have no parent are top-level.

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

Usage

'Usage
Dim instance As IEntityTypeManagement
Dim returnValue As IList(Of ManagementPackEnumeration)

returnValue = instance.GetTopLevelEnumerations

Syntax

'Declaration
Function GetTopLevelEnumerations As IList(Of ManagementPackEnumeration)
IList<ManagementPackEnumeration> GetTopLevelEnumerations ()
IList<ManagementPackEnumeration^>^ GetTopLevelEnumerations ()
IList<ManagementPackEnumeration> GetTopLevelEnumerations ()
function GetTopLevelEnumerations () : IList<ManagementPackEnumeration>

Return Value

The list of enumerations

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