Share via


ManagementPackElement.GetKnowledgeArticle Method

Definition

Gets the knowledge article for this management pack element.

Overloads

GetKnowledgeArticle(String)

Gets the knowledge article for this management pack element in the specified language.

GetKnowledgeArticle(CultureInfo)

Gets the knowledge article associated with this management pack element.

GetKnowledgeArticle(String)

Gets the knowledge article for this management pack element in the specified language.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackKnowledgeArticle ^ GetKnowledgeArticle(System::String ^ languageCode);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle GetKnowledgeArticle (string languageCode);
member this.GetKnowledgeArticle : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle
Public Function GetKnowledgeArticle (languageCode As String) As ManagementPackKnowledgeArticle

Parameters

languageCode
String

The three-letter language code that specifies the language to return the knowledge article in.

Returns

A ManagementPackKnowledgeArticle element.

The knowledge article.

Applies to

GetKnowledgeArticle(CultureInfo)

Gets the knowledge article associated with this management pack element.

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 to get the knowledge article for.

Returns

A ManagementPackKnowledgeArticle object.

The knowledge article.

Applies to