MonitoringObject.GetMonitoringPropertyValue Method (MonitoringClassProperty)
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)
Syntax
[ObsoleteAttribute("Use this[ManagementPackClassProperty].Value")]
public object GetMonitoringPropertyValue(
MonitoringClassProperty property
)
public:
[ObsoleteAttribute("Use this[ManagementPackClassProperty].Value")]
Object^ GetMonitoringPropertyValue(
MonitoringClassProperty^ property
)
[<ObsoleteAttribute("Use this[ManagementPackClassProperty].Value")>]
member GetMonitoringPropertyValue :
property:MonitoringClassProperty -> Object
<ObsoleteAttribute("Use this[ManagementPackClassProperty].Value")>
Public Function GetMonitoringPropertyValue (
property As MonitoringClassProperty
) As Object
Parameters
property
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringClassPropertyThe monitoring class property to retrieve a value for.
Return Value
Type: System.Object
Returns a Object that is the value of the specified property.
Examples
For a code example that uses this method, see How to Display Information about a Monitoring Object.
See Also
MonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top