[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
Syntax
Visual Basic |
Public Sub New ( _
mp As ManagementPack, _
culture As CultureInfo _
)
|
C# |
public ManagementPackKnowledgeArticle (
ManagementPack mp,
CultureInfo culture
)
|
C++ |
public:
ManagementPackKnowledgeArticle (
ManagementPack^ mp,
CultureInfo^ culture
)
|
J# |
public ManagementPackKnowledgeArticle (
ManagementPack mp,
CultureInfo culture
)
|
JScript |
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 Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also