ManagementGroup.GetMonitoringReportParameterControl Method (Guid)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves the specified monitoring report parameter control that has the specified GUID.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Please use Reporting.GetReportParameterControl()")]
public MonitoringReportParameterControl GetMonitoringReportParameterControl(
    Guid id
)
public:
[ObsoleteAttribute("Please use Reporting.GetReportParameterControl()")]
MonitoringReportParameterControl^ GetMonitoringReportParameterControl(
    Guid id
)
[<ObsoleteAttribute("Please use Reporting.GetReportParameterControl()")>]
member GetMonitoringReportParameterControl : 
        id:Guid -> MonitoringReportParameterControl
<ObsoleteAttribute("Please use Reporting.GetReportParameterControl()")>
Public Function GetMonitoringReportParameterControl (
    id As Guid
) As MonitoringReportParameterControl

Parameters

  • id
    Type: System.Guid

    The GUID of the monitoring report parameter control object to get.

Return Value

Type: Microsoft.EnterpriseManagement.Configuration.MonitoringReportParameterControl

Returns aMonitoringReportParameterControl object.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top