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 | |
---|---|---|
AllProperties | Returns a collection of MonitoringEventProperty objects. Each object represents an MonitoringEvent property. |
|
PropertyName | Gets the column name of this property.(Inherited from OperationalDataProperty.) |
|
PropertyType | Gets the property type.(Inherited from OperationalDataProperty.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified OperationalDataProperty object equals the current OperationalDataProperty object(Inherited from OperationalDataProperty.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Serves as a hash function for the current OperationalDataProperty object(Inherited from OperationalDataProperty.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
Category | Represents the Category property. |
|
CategoryId | Represents the CategoryId property. |
|
Channel | Represents the Channel property. |
|
ClassId | Represents the ClassId property. |
|
Description | Represents the Description property. |
|
EventData | Represents the EventData property. |
|
Id | Represents the Id property. |
|
Level | Represents the Level property. |
|
LevelId | Represents the LevelId property. |
|
LoggingComputer | Represents the LoggingComputer property. |
|
MonitoringObjectDisplayName | Represents the MonitoringObjectDisplayName property. |
|
MonitoringObjectFullName | Represents the MonitoringObjectFullName property. |
|
MonitoringObjectId | Represents the MonitoringObjectId property. |
|
MonitoringObjectName | Represents the MonitoringObjectName property. |
|
MonitoringObjectPath | Represents the MonitoringObjectPath property. |
|
Number | Represents the Number property. |
|
OriginalId | Represents the OriginalId property. |
|
Parameters | Represents the Parameters property. |
|
PublisherName | Represents the PublisherName property. |
|
RuleDescription | Represents the RuleDescription property. |
|
RuleDisplayName | Represents the RuleDisplayName property. |
|
RuleId | Represents the RuleId property. |
|
TimeAdded | Represents the TimeAdded property. |
|
TimeGenerated | Represents the TimeGenerated property. |
|
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