MonitoringRelationshipObject.TargetMonitoringObject Property
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the target monitoring object that is the target in the relationship.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use TargetObject")]
public MonitoringObject TargetMonitoringObject { get; }
public:
[ObsoleteAttribute("Use TargetObject")]
property MonitoringObject^ TargetMonitoringObject {
MonitoringObject^ get();
}
[<ObsoleteAttribute("Use TargetObject")>]
member TargetMonitoringObject : MonitoringObject with get
<ObsoleteAttribute("Use TargetObject")>
Public ReadOnly Property TargetMonitoringObject As MonitoringObject
Property Value
Type: Microsoft.EnterpriseManagement.Monitoring.MonitoringObject
Returns a MonitoringObject value.
See Also
MonitoringRelationshipObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top