PartialMonitoringObjectBase.GetParentPartialMonitoringObjects Method ()

 

Applies To: Operations Manager for System Center 2012

Gets all the PartialMonitoringObject instances that are parents of this object.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public ReadOnlyCollection<PartialMonitoringObject> GetParentPartialMonitoringObjects()
public:
ReadOnlyCollection<PartialMonitoringObject^>^ GetParentPartialMonitoringObjects()
member GetParentPartialMonitoringObjects : unit -> ReadOnlyCollection<PartialMonitoringObject>
Public Function GetParentPartialMonitoringObjects As ReadOnlyCollection(Of PartialMonitoringObject)

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<PartialMonitoringObject>

Returns a ReadOnlyCollection<T> of PartialMonitoringObject objects.

See Also

PartialMonitoringObjectBase Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top