OperationalDataProperty Class

System Center
 

Updated: April 16, 2012

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)


[SerializableAttribute]
public ref class OperationalDataProperty abstract 

NameDescription
System_CAPS_pubpropertyPropertyName

Gets the column name of this property.

System_CAPS_pubpropertyPropertyType

Gets the property type.

NameDescription
System_CAPS_pubmethodEquals(Object^)

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

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: