ManagementGroup.GetMonitoringReportParameterControls Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves a collection of all the monitoring report parameter controls from the management group.

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

Syntax

[ObsoleteAttribute("Please use Reporting.GetReportParameterControls()")]
public ReadOnlyCollection<MonitoringReportParameterControl> GetMonitoringReportParameterControls()
public:
[ObsoleteAttribute("Please use Reporting.GetReportParameterControls()")]
ReadOnlyCollection<MonitoringReportParameterControl^>^ GetMonitoringReportParameterControls()
[<ObsoleteAttribute("Please use Reporting.GetReportParameterControls()")>]
member GetMonitoringReportParameterControls : unit -> ReadOnlyCollection<MonitoringReportParameterControl>
<ObsoleteAttribute("Please use Reporting.GetReportParameterControls()")>
Public Function GetMonitoringReportParameterControls As ReadOnlyCollection(Of MonitoringReportParameterControl)

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringReportParameterControl>

Returns aReadOnlyCollection<T> object ofMonitoringReportParameterControl objects.

See Also

GetMonitoringReportParameterControls Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top