Share via


CustomMonitoringRelationshipObject.GetMonitoringPropertyValue Method

Definition

This method returns an object corresponding to the provided MonitoringClassProperty.

public:
 System::Object ^ GetMonitoringPropertyValue(Microsoft::EnterpriseManagement::Configuration::MonitoringRelationshipClassProperty ^ property);
public object GetMonitoringPropertyValue (Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClassProperty property);
member this.GetMonitoringPropertyValue : Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClassProperty -> obj
Public Function GetMonitoringPropertyValue (property As MonitoringRelationshipClassProperty) As Object

Parameters

property
MonitoringRelationshipClassProperty

The property to retrieve the value for.

Returns

The value of the property.

Applies to