[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Defines the properties and methods for all the connected objects in a monitoring group. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As IMonitoringBase

Syntax

Visual Basic
<ObsoleteAttribute("This interface will be removed in the next release and should no longer be used.")> _
Public Interface IMonitoringBase
C#
[ObsoleteAttribute("This interface will be removed in the next release and should no longer be used.")] 
public interface IMonitoringBase
C++
[ObsoleteAttribute(L"This interface will be removed in the next release and should no longer be used.")] 
public interface class IMonitoringBase
J#
/** @attribute ObsoleteAttribute("This interface will be removed in the next release and should no longer be used.") */ 
public interface IMonitoringBase
JScript
ObsoleteAttribute("This interface will be removed in the next release and should no longer be used.") 
public interface IMonitoringBase

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also