PartialMonitoringObjectGroup Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a group of partial monitoring objects.

Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim instance As PartialMonitoringObjectGroup

Syntax

'Declaration
<SerializableAttribute> _
Public Class PartialMonitoringObjectGroup
    Inherits PartialMonitoringObject
    Implements IEnterpriseManagementObjectCreatable(Of PartialMonitoringObjectGroup)
[SerializableAttribute] 
public class PartialMonitoringObjectGroup : PartialMonitoringObject, IEnterpriseManagementObjectCreatable<PartialMonitoringObjectGroup>
[SerializableAttribute] 
public ref class PartialMonitoringObjectGroup : public PartialMonitoringObject, IEnterpriseManagementObjectCreatable<PartialMonitoringObjectGroup^>
/** @attribute SerializableAttribute() */ 
public class PartialMonitoringObjectGroup extends PartialMonitoringObject implements IEnterpriseManagementObjectCreatable<PartialMonitoringObjectGroup>
SerializableAttribute 
public class PartialMonitoringObjectGroup extends PartialMonitoringObject implements IEnterpriseManagementObjectCreatable<PartialMonitoringObjectGroup>

Inheritance Hierarchy

System.Object
   Microsoft.EnterpriseManagement.Common.MonitoringBase
     Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
       Microsoft.EnterpriseManagement.Common.EnterpriseManagementBase
         Microsoft.EnterpriseManagement.Common.EnterpriseManagementObjectBaseWithProperties
           Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject
             Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObjectBase
               Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject
                Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObjectGroup

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

See Also

Reference

PartialMonitoringObjectGroup Members
Microsoft.EnterpriseManagement.Monitoring Namespace