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