PartialMonitoringObjectBase.GetParentPartialMonitoringObjects Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.