ManagementGroup.GetMonitoringPages Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of all the monitoring page objects.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Presentation.GetPages()")]
public ReadOnlyCollection<MonitoringPage> GetMonitoringPages()
public:
[ObsoleteAttribute("Please use Presentation.GetPages()")]
ReadOnlyCollection<MonitoringPage^>^ GetMonitoringPages()
[<ObsoleteAttribute("Please use Presentation.GetPages()")>]
member GetMonitoringPages : unit -> ReadOnlyCollection<MonitoringPage>
<ObsoleteAttribute("Please use Presentation.GetPages()")>
Public Function GetMonitoringPages As ReadOnlyCollection(Of MonitoringPage)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringPage>
Returns aReadOnlyCollection<T> object of MonitoringPage objects.
See Also
GetMonitoringPages Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top