PartialMonitoringObjectBase.GetParentPartialMonitoringObjects Method

Definition

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

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

Returns

A collection of MonitoringObject objects.

Applies to