Share via


UserSettings.GetMonitoringViewSettings Method ()

 

Applies To: Operations Manager for System Center 2012

Gets all the view settings for the current user.

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

Syntax

public ReadOnlyCollection<MonitoringViewSetting> GetMonitoringViewSettings()
public:
ReadOnlyCollection<MonitoringViewSetting^>^ GetMonitoringViewSettings()
member GetMonitoringViewSettings : unit -> ReadOnlyCollection<MonitoringViewSetting>
Public Function GetMonitoringViewSettings As ReadOnlyCollection(Of MonitoringViewSetting)

Return Value

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

Returns a ReadOnlyCollection<T> ofMonitoringViewSetting objects.

See Also

UserSettings Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top