ManagementGroup.GetMonitoringPageSets Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves a collection of all the monitoring page set objects from the management group.

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

Syntax

[ObsoleteAttribute("Please use Presentation.GetPageSets()")]
public ReadOnlyCollection<MonitoringPageSet> GetMonitoringPageSets()
public:
[ObsoleteAttribute("Please use Presentation.GetPageSets()")]
ReadOnlyCollection<MonitoringPageSet^>^ GetMonitoringPageSets()
[<ObsoleteAttribute("Please use Presentation.GetPageSets()")>]
member GetMonitoringPageSets : unit -> ReadOnlyCollection<MonitoringPageSet>
<ObsoleteAttribute("Please use Presentation.GetPageSets()")>
Public Function GetMonitoringPageSets As ReadOnlyCollection(Of MonitoringPageSet)

Return Value

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

Returns aReadOnlyCollection<T> object ofMonitoringPageSet objects.

See Also

GetMonitoringPageSets Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top