Share via


ManagementGroup.GetMonitoringPageSet Method

Definition

Retrieves the specified monitoring page set.

Overloads

GetMonitoringPageSet(ManagementPackElement)
Obsolete.

Retrieves the page set used for displaying UI for the specific ManagementPackElementOld.

GetMonitoringPageSet(Guid)
Obsolete.

Retrieves the page set used for displaying UI for the specific ManagementPackElementOld Id.

GetMonitoringPageSet(ManagementPackElement)

Caution

Please use Presentation.GetPageSets()

Retrieves the page set used for displaying UI for the specific ManagementPackElementOld.

public:
 Microsoft::EnterpriseManagement::Configuration::MonitoringPageSet ^ GetMonitoringPageSet(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ managementPackElement);
[System.Obsolete("Please use Presentation.GetPageSets()")]
public Microsoft.EnterpriseManagement.Configuration.MonitoringPageSet GetMonitoringPageSet (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement managementPackElement);
member this.GetMonitoringPageSet : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement -> Microsoft.EnterpriseManagement.Configuration.MonitoringPageSet
Public Function GetMonitoringPageSet (managementPackElement As ManagementPackElement) As MonitoringPageSet

Parameters

managementPackElement
ManagementPackElement

The element to retrieve the page set for.

Returns

The MonitoringPageSet for the given managementPackElement

Attributes

Exceptions

managementPackElement is null

MonitoringPageSet for the ManagementPackElementOld was not found.

Applies to

GetMonitoringPageSet(Guid)

Caution

Please use Presentation.GetPageSet()

Retrieves the page set used for displaying UI for the specific ManagementPackElementOld Id.

public:
 Microsoft::EnterpriseManagement::Configuration::MonitoringPageSet ^ GetMonitoringPageSet(Guid managementPackElementId);
[System.Obsolete("Please use Presentation.GetPageSet()")]
public Microsoft.EnterpriseManagement.Configuration.MonitoringPageSet GetMonitoringPageSet (Guid managementPackElementId);
member this.GetMonitoringPageSet : Guid -> Microsoft.EnterpriseManagement.Configuration.MonitoringPageSet
Public Function GetMonitoringPageSet (managementPackElementId As Guid) As MonitoringPageSet

Parameters

managementPackElementId
Guid

The element id to retrieve the page set for.

Returns

The MonitoringPageSet for the given ManagementPackElementOld Id

Attributes

Exceptions

MonitoringPageSet for the ManagementPackElementOld Id was not found.

Applies to