Share via


MonitoringLanguagePack.GetDerivedObject(ManagementPackLanguagePack) Method

Definition

Converts a ManagementPackLanguagePack to a MonitoringLanguagePack, for backwards compatability

public:
 virtual Microsoft::EnterpriseManagement::Configuration::MonitoringLanguagePack ^ GetDerivedObject(Microsoft::EnterpriseManagement::Configuration::ManagementPackLanguagePack ^ clone);
public Microsoft.EnterpriseManagement.Configuration.MonitoringLanguagePack GetDerivedObject (Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack clone);
abstract member GetDerivedObject : Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack -> Microsoft.EnterpriseManagement.Configuration.MonitoringLanguagePack
override this.GetDerivedObject : Microsoft.EnterpriseManagement.Configuration.ManagementPackLanguagePack -> Microsoft.EnterpriseManagement.Configuration.MonitoringLanguagePack
Public Function GetDerivedObject (clone As ManagementPackLanguagePack) As MonitoringLanguagePack

Parameters

clone
ManagementPackLanguagePack

The clone

Returns

Returns MonitoringLanguagePack.

Applies to