Share via


ManagementPackKnowledgeArticle Constructor (ManagementPackElement, CultureInfo)

Initializes a new ManagementPackKnowledgeArticle object.

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

Usage

'Usage
Dim element As ManagementPackElement
Dim culture As CultureInfo

Dim instance As New ManagementPackKnowledgeArticle(element, culture)

Syntax

'Declaration
Public Sub New ( _
    element As ManagementPackElement, _
    culture As CultureInfo _
)
public ManagementPackKnowledgeArticle (
    ManagementPackElement element,
    CultureInfo culture
)
public:
ManagementPackKnowledgeArticle (
    ManagementPackElement^ element, 
    CultureInfo^ culture
)
public ManagementPackKnowledgeArticle (
    ManagementPackElement element, 
    CultureInfo culture
)
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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackKnowledgeArticle Class
ManagementPackKnowledgeArticle Members
Microsoft.EnterpriseManagement.Configuration Namespace