Share via


ManagementGroup.GetRootPartialMonitoringObjects Method

Definition

Caution

Please use EntityObjects.GetRootPartialMonitoringObjects()

Returns the root monitoring objects based on the current users security scope.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::PartialMonitoringObject ^> ^ GetRootPartialMonitoringObjects();
[System.Obsolete("Please use EntityObjects.GetRootPartialMonitoringObjects()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject> GetRootPartialMonitoringObjects ();
member this.GetRootPartialMonitoringObjects : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject>
Public Function GetRootPartialMonitoringObjects () As ReadOnlyCollection(Of PartialMonitoringObject)

Returns

A new PartialMonitoringObject collection containing the scoped root level monitoring objects.

Attributes

Applies to