Share via


ManagementPackCustomMeasureType(ManagementPackElement, String) Constructor

Definition

Initializes a new instance of the ManagementPackCustomMeasureType class by using an element and a name.

public:
 ManagementPackCustomMeasureType(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, System::String ^ name);
public ManagementPackCustomMeasureType (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, string name);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackCustomMeasureType : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackCustomMeasureType
Public Sub New (element As ManagementPackElement, name As String)

Parameters

element
ManagementPackElement

The element.

name
String

The local name for the element.

Applies to