Share via


ManagementPackLanguagePack.KnowledgeArticleCollection Property

Gets a collection of zero or more knowledge articles referring to elements and sub elements in the Management Pack. A knowledge article is in either HTML format or XML format (MAML).

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.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.

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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also

Reference

ManagementPackLanguagePack Class
ManagementPackLanguagePack Members
Microsoft.EnterpriseManagement.Configuration Namespace

Send comments about this topic to Microsoft.