MonitoringLanguagePack.GetDerivedObject(ManagementPackLanguagePack) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The clone
Returns
Returns MonitoringLanguagePack.