Initializes a new ManagementPackKnowledgeArticle object. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim element As ManagementPackElement
Dim culture As CultureInfo

Dim instance As New ManagementPackKnowledgeArticle(element, culture)

Syntax

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

Parameters

element

The Management Pack element used to set the knowledge article.

culture

The culture of the knowledge article.

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