Share via


EnterpriseManagementGroup.Knowledge Property

Gets an interface that enables you to access the management pack knowledge articles for Operations Manager in the Service Manager store. A knowledge article contains information about a problem and information about how to fix the problem.

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

Usage

'Usage
Dim instance As EnterpriseManagementGroup
Dim value As IKnowledgeManagement

value = instance.Knowledge

Syntax

'Declaration
Public ReadOnly Property Knowledge As IKnowledgeManagement
public IKnowledgeManagement Knowledge { get; }
public:
property IKnowledgeManagement^ Knowledge {
    IKnowledgeManagement^ get ();
}
/** @property */
public IKnowledgeManagement get_Knowledge ()
public function get Knowledge () : IKnowledgeManagement

Property Value

The knowledge article manager.

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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

EnterpriseManagementGroup Class
EnterpriseManagementGroup Members
Microsoft.EnterpriseManagement Namespace