ManagementPackElement.GetKnowledgeArticle Method (String)
Gets the knowledge article for this ManagementPack element in the specified language.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim instance As ManagementPackElement
Dim languageCode As String
Dim returnValue As ManagementPackKnowledgeArticle
returnValue = instance.GetKnowledgeArticle(languageCode)
Syntax
'Declaration
Public Function GetKnowledgeArticle ( _
languageCode As String _
) As ManagementPackKnowledgeArticle
public ManagementPackKnowledgeArticle GetKnowledgeArticle (
string languageCode
)
public:
ManagementPackKnowledgeArticle^ GetKnowledgeArticle (
String^ languageCode
)
public ManagementPackKnowledgeArticle GetKnowledgeArticle (
String languageCode
)
public function GetKnowledgeArticle (
languageCode : String
) : ManagementPackKnowledgeArticle
Parameters
- languageCode
The three letter language code that specifies the language to return the knowledge article in.
Return Value
A ManagementPackKnowledgeArticle element.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
ManagementPackElement Class
ManagementPackElement Members
Microsoft.EnterpriseManagement.Configuration Namespace