Share via


ManagementPack.GetEnumerations Method

Definition

Retrieves a collection of all management pack enumerations defined on all management packs in the current management pack group.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackEnumeration ^> ^ GetEnumerations();
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration> GetEnumerations ();
member this.GetEnumerations : unit -> Microsoft.EnterpriseManagement.Configuration.ManagementPackElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackEnumeration>
Public Function GetEnumerations () As ManagementPackElementCollection(Of ManagementPackEnumeration)

Returns

A collection of all management pack enumerations.

Applies to