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.
Gets the property value for the specified relationship class property.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this[MonitoringRelationshipClassProperty]")]
public object GetMonitoringPropertyValue(
MonitoringRelationshipClassProperty property
)
public:
[ObsoleteAttribute("Use this[MonitoringRelationshipClassProperty]")]
Object^ GetMonitoringPropertyValue(
MonitoringRelationshipClassProperty^ property
)
[<ObsoleteAttribute("Use this[MonitoringRelationshipClassProperty]")>]
member GetMonitoringPropertyValue :
property:MonitoringRelationshipClassProperty -> Object
<ObsoleteAttribute("Use this[MonitoringRelationshipClassProperty]")>
Public Function GetMonitoringPropertyValue (
property As MonitoringRelationshipClassProperty
) As Object
Parameters
property
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringRelationshipClassPropertyThe relationship class property to get the value of.
Return Value
Type: System.Object
Returns a Object that is the property value for the specified relationship class property.
See Also
MonitoringRelationshipObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top