Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.MonitoringClassPropertyThe 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