PartialMonitoringObjectBase.GetRelatedMonitoringObjects Method ()
Applies To: Operations Manager for System Center 2012
Gets all the monitoring objects that are related to this object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public ReadOnlyCollection<MonitoringObject> GetRelatedMonitoringObjects()
public:
ReadOnlyCollection<MonitoringObject^>^ GetRelatedMonitoringObjects()
member GetRelatedMonitoringObjects : unit -> ReadOnlyCollection<MonitoringObject>
Public Function GetRelatedMonitoringObjects As ReadOnlyCollection(Of MonitoringObject)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringObject>
Returns ReadOnlyCollection<T> of MonitoringObject objects.
See Also
GetRelatedMonitoringObjects Overload
PartialMonitoringObjectBase Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top