[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Initializes a new ManagementPackKnowledgeArticle object. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim element As ManagementPackElement
Dim culture As CultureInfo
Dim targetmp As ManagementPack

Dim instance As New ManagementPackKnowledgeArticle(element, culture, targetmp)

Syntax

Visual Basic
Public Sub New ( _
		element As ManagementPackElement, _
		culture As CultureInfo, _
		targetmp As ManagementPack _
)
C#
public ManagementPackKnowledgeArticle (
		ManagementPackElement element,
		CultureInfo culture,
		ManagementPack targetmp
)
C++
public:
ManagementPackKnowledgeArticle (
		ManagementPackElement^ element, 
		CultureInfo^ culture, 
		ManagementPack^ targetmp
)
J#
public ManagementPackKnowledgeArticle (
		ManagementPackElement element, 
		CultureInfo culture, 
		ManagementPack targetmp
)
JScript
public function ManagementPackKnowledgeArticle (
		element : ManagementPackElement, 
		culture : CultureInfo, 
		targetmp : ManagementPack
)

Parameters

element

The management pack element used to set the knowledge article.

culture

The culture of the knowledge article.

targetmp

The target management pack where the knowledge article will be added.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also