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