Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Returns an object corresponding to the provided MonitoringClassProperty object.
Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this[MonitoringClassProperty]")]
public object GetMonitoringPropertyValue(
    MonitoringClassProperty property
)
public:
[ObsoleteAttribute("Use this[MonitoringClassProperty]")]
Object^ GetMonitoringPropertyValue(
    MonitoringClassProperty^ property
)
[<ObsoleteAttribute("Use this[MonitoringClassProperty]")>]
member GetMonitoringPropertyValue : 
        property:MonitoringClassProperty -> Object
<ObsoleteAttribute("Use this[MonitoringClassProperty]")>
Public Function GetMonitoringPropertyValue (
    property As MonitoringClassProperty
) As Object
Parameters
- property 
 Type: Microsoft.EnterpriseManagement.Configuration.MonitoringClassProperty- The MonitoringClassProperty object to retrieve an object for. 
Return Value
Type: System.Object
Returns a Object that contains the value of the property.
See Also
CustomMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top