Share via


ManagementPackLanguagePack(ManagementPack, String) Constructor

Definition

Initializes a new ManagementPackLanguagePack object by using a management pack and a string identifier.

public:
 ManagementPackLanguagePack(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::String ^ identifier);
public ManagementPackLanguagePack (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, string identifier);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack
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