MonitoringEventProperty Class

 

Applies To: Operations Manager for System Center 2012

Represents a property of the MonitoringEvent class.

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

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Monitoring.OperationalDataProperty
    Microsoft.EnterpriseManagement.Monitoring.MonitoringEventProperty

Syntax

[SerializableAttribute]
public class MonitoringEventProperty : OperationalDataProperty
[SerializableAttribute]
public ref class MonitoringEventProperty : OperationalDataProperty
[<SerializableAttribute>]
type MonitoringEventProperty = 
    class
        inherit OperationalDataProperty
    end
<SerializableAttribute>
Public Class MonitoringEventProperty
    Inherits OperationalDataProperty

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static AllProperties

Returns a collection of MonitoringEventProperty objects. Each object represents an MonitoringEvent property.

System_CAPS_pubproperty PropertyName

Gets the column name of this property.(Inherited from OperationalDataProperty.)

System_CAPS_pubproperty PropertyType

Gets the property type.(Inherited from OperationalDataProperty.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the specified OperationalDataProperty object equals the current OperationalDataProperty object(Inherited from OperationalDataProperty.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Serves as a hash function for the current OperationalDataProperty object(Inherited from OperationalDataProperty.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static Category

Represents the Category property.

System_CAPS_pubfieldSystem_CAPS_static CategoryId

Represents the CategoryId property.

System_CAPS_pubfieldSystem_CAPS_static Channel

Represents the Channel property.

System_CAPS_pubfieldSystem_CAPS_static ClassId

Represents the ClassId property.

System_CAPS_pubfieldSystem_CAPS_static Description

Represents the Description property.

System_CAPS_pubfieldSystem_CAPS_static EventData

Represents the EventData property.

System_CAPS_pubfieldSystem_CAPS_static Id

Represents the Id property.

System_CAPS_pubfieldSystem_CAPS_static Level

Represents the Level property.

System_CAPS_pubfieldSystem_CAPS_static LevelId

Represents the LevelId property.

System_CAPS_pubfieldSystem_CAPS_static LoggingComputer

Represents the LoggingComputer property.

System_CAPS_pubfieldSystem_CAPS_static MonitoringObjectDisplayName

Represents the MonitoringObjectDisplayName property.

System_CAPS_pubfieldSystem_CAPS_static MonitoringObjectFullName

Represents the MonitoringObjectFullName property.

System_CAPS_pubfieldSystem_CAPS_static MonitoringObjectId

Represents the MonitoringObjectId property.

System_CAPS_pubfieldSystem_CAPS_static MonitoringObjectName

Represents the MonitoringObjectName property.

System_CAPS_pubfieldSystem_CAPS_static MonitoringObjectPath

Represents the MonitoringObjectPath property.

System_CAPS_pubfieldSystem_CAPS_static Number

Represents the Number property.

System_CAPS_pubfieldSystem_CAPS_static OriginalId

Represents the OriginalId property.

System_CAPS_pubfieldSystem_CAPS_static Parameters

Represents the Parameters property.

System_CAPS_pubfieldSystem_CAPS_static PublisherName

Represents the PublisherName property.

System_CAPS_pubfieldSystem_CAPS_static RuleDescription

Represents the RuleDescription property.

System_CAPS_pubfieldSystem_CAPS_static RuleDisplayName

Represents the RuleDisplayName property.

System_CAPS_pubfieldSystem_CAPS_static RuleId

Represents the RuleId property.

System_CAPS_pubfieldSystem_CAPS_static TimeAdded

Represents the TimeAdded property.

System_CAPS_pubfieldSystem_CAPS_static TimeGenerated

Represents the TimeGenerated property.

System_CAPS_pubfieldSystem_CAPS_static User

Represents the User property.

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.

See Also

Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top