IPresentationManagement.GetPage(Guid) Method

Definition

Gets a page by using an identifier.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackUIPage ^ GetPage(Guid id);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackUIPage GetPage (Guid id);
abstract member GetPage : Guid -> Microsoft.EnterpriseManagement.Configuration.ManagementPackUIPage
Public Function GetPage (id As Guid) As ManagementPackUIPage

Parameters

id
Guid

The monitoring page identifier.

Returns

The monitoring page.

Exceptions

The page that is identified by the id parameter does not exist.

Applies to