PartialMonitoringObjectBase.GetParentMonitoringObjects Method

Definition

This method will find any MonitoringObject instances that are parents of this instance.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringObject ^> ^ GetParentMonitoringObjects();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringObject> GetParentMonitoringObjects ();
member this.GetParentMonitoringObjects : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringObject>
Public Function GetParentMonitoringObjects () As ReadOnlyCollection(Of MonitoringObject)

Returns

A collection of MonitoringObject objects.

Applies to