Dela via


ManagementPackKnowledgeArticle Constructor (ManagementPack, CultureInfo)

Initializes a new ManagementPackKnowledgeArticle object.

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

Usage

'Usage
Dim mp As ManagementPack
Dim culture As CultureInfo

Dim instance As New ManagementPackKnowledgeArticle(mp, culture)

Syntax

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

Parameters

  • mp
    The management pack that has 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