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