Share via


ManagementPack.GetMeasureTypes Method

Definition

Retrieves a collection of ManagementPackMeasureType objects defined in this management pack.

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

Returns

The ManagementPackMeasureType objects defined in this management pack.

Applies to