Share via


OperationalDataProperty Class

 

Applies To: Operations Manager for System Center 2012

Represents an abstract base class for operational data properties.

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public abstract class OperationalDataProperty
[SerializableAttribute]
public ref class OperationalDataProperty abstract 
[<AbstractClass>]
[<SerializableAttribute>]
type OperationalDataProperty = class end
<SerializableAttribute>
Public MustInherit Class OperationalDataProperty

Properties

Name Description
System_CAPS_pubproperty PropertyName

Gets the column name of this property.

System_CAPS_pubproperty PropertyType

Gets the property type.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether the specified OperationalDataProperty object equals the current OperationalDataProperty object(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Serves as a hash function for the current OperationalDataProperty object(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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