IEntityTypeManagement.GetTopLevelEnumerations Method

Definition

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

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackEnumeration ^> ^ GetTopLevelEnumerations();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration> GetTopLevelEnumerations ();
abstract member GetTopLevelEnumerations : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration>
Public Function GetTopLevelEnumerations () As IList(Of ManagementPackEnumeration)

Returns

The list of enumerations

Applies to

Thread Safety

This method is thread safe.