Represents a Management Pack element that is defined by the ManagementPackMonitorProperty simple type. This type defines the properties for a monitor in a Management Pack. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementPackMonitorProperty

Syntax

Visual Basic
<SerializableAttribute> _
Public Enumeration ManagementPackMonitorProperty
C#
[SerializableAttribute] 
public enum ManagementPackMonitorProperty
C++
[SerializableAttribute] 
public enum class ManagementPackMonitorProperty
J#
/** @attribute SerializableAttribute() */ 
public enum ManagementPackMonitorProperty
JScript
SerializableAttribute 
public enum ManagementPackMonitorProperty

Members

Member name Description
AlertMessage The AlertMessage property.
AlertOnState The AlertOnState property.
AlertParameter1 The AlertParameter1 property.
AlertParameter10 The AlertParameter10 property.
AlertParameter2 The AlertParameter2 property.
AlertParameter3 The AlertParameter3 property.
AlertParameter4 The AlertParameter4 property.
AlertParameter5 The AlertParameter5 property.
AlertParameter6 The AlertParameter6 property.
AlertParameter7 The AlertParameter7 property.
AlertParameter8 The AlertParameter8 property.
AlertParameter9 The AlertParameter9 property.
AlertPriority The AlertPriority property.
AlertSeverity The AlertSeverity property.
Algorithm The Algorithm property.
AlgorithmPercentage The AlgorithmPercentage property.
AutoResolve The AutoResolve property.
Enabled The Enabled property.
GenerateAlert The GenerateAlert property.
IgnoreMemberInMaintenance The IgnoreMemberInMaintenance property.
IgnoreMemberUnavailable The IgnoreMemberUnavailable property.
MemberInMaintenance The MemberInMaintenance property.
MemberUnavailable The MemberUnAvailable property.
TraceEnabled The TraceEnabled property.

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