Share via


CustomMonitoringRelationshipObject.SetMonitoringPropertyValue Method

Definition

This method sets an object corresponding to the provided MonitoringClassProperty.

public:
 void SetMonitoringPropertyValue(Microsoft::EnterpriseManagement::Configuration::MonitoringRelationshipClassProperty ^ property, System::Object ^ propertyValue);
public void SetMonitoringPropertyValue (Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClassProperty property, object propertyValue);
member this.SetMonitoringPropertyValue : Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClassProperty * obj -> unit
Public Sub SetMonitoringPropertyValue (property As MonitoringRelationshipClassProperty, propertyValue As Object)

Parameters

property
MonitoringRelationshipClassProperty

The property to set the value for.

propertyValue
Object

The value to set the property to.

Applies to