ManagementGroup.GetMonitoringViewTypes Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of all the monitoring view type objects.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Presentation.GetViewTypes()")]
public ReadOnlyCollection<MonitoringViewType> GetMonitoringViewTypes()
public:
[ObsoleteAttribute("Please use Presentation.GetViewTypes()")]
ReadOnlyCollection<MonitoringViewType^>^ GetMonitoringViewTypes()
[<ObsoleteAttribute("Please use Presentation.GetViewTypes()")>]
member GetMonitoringViewTypes : unit -> ReadOnlyCollection<MonitoringViewType>
<ObsoleteAttribute("Please use Presentation.GetViewTypes()")>
Public Function GetMonitoringViewTypes As ReadOnlyCollection(Of MonitoringViewType)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringViewType>
Returns aReadOnlyCollection<T> object ofMonitoringViewType objects.
Remarks
A view is a depiction of data with predefined criteria.
See Also
GetMonitoringViewTypes Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top