Share via


ManagementPackLanguagePack.KnowledgeArticleCollection Property

Definition

Gets a collection of zero or more knowledge articles referring to elements and subelements in the management pack. A knowledge article is in either HTML format or XML format (Microsoft Assistance Markup Language, or MAML).

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementInfoCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackKnowledgeArticle ^> ^ KnowledgeArticleCollection { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementInfoCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackKnowledgeArticle ^> ^ get(); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementInfoCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle> KnowledgeArticleCollection { get; }
member this.KnowledgeArticleCollection : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementInfoCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackKnowledgeArticle>
Public ReadOnly Property KnowledgeArticleCollection As ManagementPackElementInfoCollection(Of ManagementPackKnowledgeArticle)

Property Value

A ManagementPackElementInfoCollection<T> collection of ManagementPackKnowledgeArticle objects.

A collection of zero or more knowledge articles.

Applies to