MonitoringObject::GetMonitoringPropertyValue Method (MonitoringClassProperty^)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets a property value object that corresponds to the specified monitoring class property.

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

public:
[ObsoleteAttribute("Use this[ManagementPackClassProperty].Value")]
Object^ GetMonitoringPropertyValue(
	MonitoringClassProperty^ property
)

Parameters

property
Type: Microsoft.EnterpriseManagement.Configuration::MonitoringClassProperty^

The monitoring class property to retrieve a value for.

Return Value

Type: System::Object^

Returns a Object that is the value of the specified property.

For a code example that uses this method, see How to Display Information about a Monitoring Object.

Return to top
Show: