Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves the monitoring page set that has the specified GUID.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Presentation.GetPageSet()")]
public MonitoringPageSet GetMonitoringPageSet(
    Guid managementPackElementId
)
public:
[ObsoleteAttribute("Please use Presentation.GetPageSet()")]
MonitoringPageSet^ GetMonitoringPageSet(
    Guid managementPackElementId
)
[<ObsoleteAttribute("Please use Presentation.GetPageSet()")>]
member GetMonitoringPageSet : 
        managementPackElementId:Guid -> MonitoringPageSet
<ObsoleteAttribute("Please use Presentation.GetPageSet()")>
Public Function GetMonitoringPageSet (
    managementPackElementId As Guid
) As MonitoringPageSet
Parameters
- managementPackElementId 
 Type: System.Guid- The GUID of the management pack element to get the monitoring page set for. 
Return Value
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringPageSet
Returns aMonitoringPageSet object.
See Also
GetMonitoringPageSet Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top