MonitoringRelationshipObject.GetMonitoringPropertyValue Method (MonitoringRelationshipClassProperty)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets the property value for the specified relationship class property.

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

Syntax

[ObsoleteAttribute("Use this[MonitoringRelationshipClassProperty]")]
public object GetMonitoringPropertyValue(
    MonitoringRelationshipClassProperty property
)
public:
[ObsoleteAttribute("Use this[MonitoringRelationshipClassProperty]")]
Object^ GetMonitoringPropertyValue(
    MonitoringRelationshipClassProperty^ property
)
[<ObsoleteAttribute("Use this[MonitoringRelationshipClassProperty]")>]
member GetMonitoringPropertyValue : 
        property:MonitoringRelationshipClassProperty -> Object
<ObsoleteAttribute("Use this[MonitoringRelationshipClassProperty]")>
Public Function GetMonitoringPropertyValue (
    property As MonitoringRelationshipClassProperty
) As Object

Parameters

Return Value

Type: System.Object

Returns a Object that is the property value for the specified relationship class property.

See Also

MonitoringRelationshipObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top