MonitoringObject::GetMonitoringPropertyValue Method (MonitoringClassProperty^)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Gets a property value object that corresponds to the specified monitoring class property.
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.
For a code example that uses this method, see How to Display Information about a Monitoring Object.
Show: