Share via


ManagementPackTemplate(ManagementPack, String) Constructor

Definition

Initializes a new ManagementPackTemplate object.

public:
 ManagementPackTemplate(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::String ^ identifier);
public ManagementPackTemplate (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, string identifier);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackTemplate : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackTemplate
Public Sub New (mp As ManagementPack, identifier As String)

Parameters

mp
ManagementPack

The management pack that has this element type.

identifier
String

A string identifier for this management pack element type.

Applies to