Compartilhar via


ManagementPackKnowledgeArticle Constructor (ManagementPackSubElement, CultureInfo)

[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 by using a sub element and a culture.

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

Usage

'Usage
Dim subelement As ManagementPackSubElement
Dim culture As CultureInfo

Dim instance As New ManagementPackKnowledgeArticle(subelement, culture)

Syntax

'Declaration
Public Sub New ( _
    subelement As ManagementPackSubElement, _
    culture As CultureInfo _
)
public ManagementPackKnowledgeArticle (
    ManagementPackSubElement subelement,
    CultureInfo culture
)
public:
ManagementPackKnowledgeArticle (
    ManagementPackSubElement^ subelement, 
    CultureInfo^ culture
)
public ManagementPackKnowledgeArticle (
    ManagementPackSubElement subelement, 
    CultureInfo culture
)
public function ManagementPackKnowledgeArticle (
    subelement : ManagementPackSubElement, 
    culture : CultureInfo
)

Parameters

  • subelement
    The management pack child 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