ManagementGroup.GetRootMonitoringObjectGroups 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.
Caution
Please use EntityObjects.GetRootObjectGroups()
Returns the root monitoring object groups based on the current users security scope.
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::MonitoringObjectGroup ^> ^ GetRootMonitoringObjectGroups();
[System.Obsolete("Please use EntityObjects.GetRootObjectGroups()")]
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringObjectGroup> GetRootMonitoringObjectGroups ();
member this.GetRootMonitoringObjectGroups : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.MonitoringObjectGroup>
Public Function GetRootMonitoringObjectGroups () As ReadOnlyCollection(Of MonitoringObjectGroup)
Returns
A new MonitoringObjectGroup collection containing the scoped root level monitoring objects.
- Attributes