ManagementGroup.GetMonitoringPage(Guid) 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 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.