Share via


ManagementPackSubElement.GetKnowledgeArticle(CultureInfo) Method

Definition

Gets the management pack knowledge article for the child element in a management pack in the specified culture language.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackKnowledgeArticle ^ GetKnowledgeArticle(System::Globalization::CultureInfo ^ culture);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle GetKnowledgeArticle (System.Globalization.CultureInfo culture);
member this.GetKnowledgeArticle : System.Globalization.CultureInfo -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Function GetKnowledgeArticle (culture As CultureInfo) As ManagementPackKnowledgeArticle

Parameters

culture
CultureInfo

The culture language to get the management pack knowledge article in.

Returns

A ManagementPackKnowledgeArticle object.

The management pack knowledge article.

Applies to