Share via


ManagementPackLanguagePack.KnowledgeArticleCollection Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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).

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackLanguagePack
Dim value As ManagementPackElementInfoCollection(Of ManagementPackKnowledgeArticle)

value = instance.KnowledgeArticleCollection

Syntax

'Declaration
Public ReadOnly Property KnowledgeArticleCollection As ManagementPackElementInfoCollection(Of ManagementPackKnowledgeArticle)
public ManagementPackElementInfoCollection<ManagementPackKnowledgeArticle> KnowledgeArticleCollection { get; }
public:
property ManagementPackElementInfoCollection<ManagementPackKnowledgeArticle^>^ KnowledgeArticleCollection {
    ManagementPackElementInfoCollection<ManagementPackKnowledgeArticle^>^ get ();
}
/** @property */
public ManagementPackElementInfoCollection<ManagementPackKnowledgeArticle> get_KnowledgeArticleCollection ()
public function get KnowledgeArticleCollection () : ManagementPackElementInfoCollection<ManagementPackKnowledgeArticle>

Property Value

A ManagementPackElementInfoCollection collection of ManagementPackKnowledgeArticle objects.

A collection of zero or more knowledge articles.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackLanguagePack Class
ManagementPackLanguagePack Members
Microsoft.EnterpriseManagement.Configuration Namespace