ManagementPackKnowledgeArticle Constructor (ManagementPackSubElement, CultureInfo, ManagementPack)
[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, a culture, and a target management pack.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim subelement As ManagementPackSubElement
Dim culture As CultureInfo
Dim targetmp As ManagementPack
Dim instance As New ManagementPackKnowledgeArticle(subelement, culture, targetmp)
Syntax
'Declaration
Public Sub New ( _
subelement As ManagementPackSubElement, _
culture As CultureInfo, _
targetmp As ManagementPack _
)
public ManagementPackKnowledgeArticle (
ManagementPackSubElement subelement,
CultureInfo culture,
ManagementPack targetmp
)
public:
ManagementPackKnowledgeArticle (
ManagementPackSubElement^ subelement,
CultureInfo^ culture,
ManagementPack^ targetmp
)
public ManagementPackKnowledgeArticle (
ManagementPackSubElement subelement,
CultureInfo culture,
ManagementPack targetmp
)
public function ManagementPackKnowledgeArticle (
subelement : ManagementPackSubElement,
culture : CultureInfo,
targetmp : ManagementPack
)
Parameters
- subelement
The management pack child element used to set the knowledge article.
- culture
The culture of the knowledge article.
- targetmp
The target management pack where the knowledge article will be added.
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