SavedSearch.GetMonitoringViewType Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the monitoring view type for this saved search.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use ManagementGroup.Presentation.GetViewType")]
public MonitoringViewType GetMonitoringViewType()
public:
[ObsoleteAttribute("Use ManagementGroup.Presentation.GetViewType")]
MonitoringViewType^ GetMonitoringViewType()
[<ObsoleteAttribute("Use ManagementGroup.Presentation.GetViewType")>]
member GetMonitoringViewType : unit -> MonitoringViewType
<ObsoleteAttribute("Use ManagementGroup.Presentation.GetViewType")>
Public Function GetMonitoringViewType As MonitoringViewType
Return Value
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringViewType
Returns a MonitoringViewType object.
See Also
SavedSearch Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top