Share via


CustomMonitoringObject.GetMonitoringPropertyValue Method

Definition

Caution

Use this[MonitoringClassProperty]

This method returns an object corresponding to the provided MonitoringClassProperty.

public:
 System::Object ^ GetMonitoringPropertyValue(Microsoft::EnterpriseManagement::Configuration::MonitoringClassProperty ^ property);
[System.Obsolete("Use this[MonitoringClassProperty]")]
public object GetMonitoringPropertyValue (Microsoft.EnterpriseManagement.Configuration.MonitoringClassProperty property);
member this.GetMonitoringPropertyValue : Microsoft.EnterpriseManagement.Configuration.MonitoringClassProperty -> obj
Public Function GetMonitoringPropertyValue (property As MonitoringClassProperty) As Object

Parameters

property
MonitoringClassProperty

The property to retrieve the value for.

Returns

The value of the property.

Attributes

Applies to