Share via


ManagementGroup.GetMonitoringPage(Guid) Method

Definition

Caution

Please use Presentation.GetPage()

Retrieves a single MonitoringPage defined in this management group.

public:
 Microsoft::EnterpriseManagement::Configuration::MonitoringPage ^ GetMonitoringPage(Guid id);
[System.Obsolete("Please use Presentation.GetPage()")]
public Microsoft.EnterpriseManagement.Configuration.MonitoringPage GetMonitoringPage (Guid id);
member this.GetMonitoringPage : Guid -> Microsoft.EnterpriseManagement.Configuration.MonitoringPage
Public Function GetMonitoringPage (id As Guid) As MonitoringPage

Parameters

id
Guid

The id of the MonitoringPage.

Returns

An instantiated MonitoringPage.

Attributes

Exceptions

A MonitoringPage with that id was not found.

Applies to