UserSettings Class
Updated: April 16, 2012
Applies To: Operations Manager for System Center 2012
Defines methods that are used to access user settings and operations.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | DeleteFavoriteConsoleTask(String^) | Deletes a favorite console task from the system. |
![]() | DeleteFavoriteMonitoringReport(String^) | Deletes a favorite report from the system. |
![]() | DeleteFavoriteMonitoringView(String^) | Deletes a favorite view from the system. |
![]() | DeleteFavoriteTask(String^) | Deletes a favorite task from the system. |
![]() | DeleteMonitoringViewSetting(MonitoringViewSetting^) | Deletes the specified view setting from the system. |
![]() | DeleteSavedSearch(Guid) | Deletes a saved search from the system. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetFavoriteConsoleTask(String^) | Gets the specified favorite console task for the current user. |
![]() | GetFavoriteConsoleTasks() | Gets all the favorite console tasks for the current user. |
![]() | GetFavoriteMonitoringReport(String^) | Gets the specified favorite monitoring report for the current user. |
![]() | GetFavoriteMonitoringReports() | Gets all the favorite monitoring reports for the current user. |
![]() | GetFavoriteMonitoringView(String^) | Gets the specified favorite view for the current user. |
![]() | GetFavoriteMonitoringViews() | Gets all the favorite views for the current user. |
![]() | GetFavoriteTask(String^) | Gets the specified favorite task for the current user. |
![]() | GetFavoriteTasks() | Gets all the favorite tasks for the current user. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMonitoringViewSettings() | Gets all the view settings for the current user. |
![]() | GetSavedSearch(Guid) | Gets the specified saved search for the current user. |
![]() | GetSavedSearch(String^) | Gets the specified saved search for the current user. |
![]() | GetSavedSearches() | Gets all the saved searches for the current user. |
![]() | GetType() | (Inherited from Object.) |
![]() | InsertFavoriteConsoleTask(FavoriteConsoleTask^) | Inserts a new favorite console task into the system. |
![]() | InsertFavoriteMonitoringReport(FavoriteMonitoringReport^) | Inserts a new favorite report into the system. |
![]() | InsertFavoriteMonitoringView(FavoriteMonitoringView^) | Inserts a new favorite view into the system. |
![]() | InsertFavoriteTask(FavoriteTask^) | Inserts a new favorite task into the system. |
![]() | InsertMonitoringViewSetting(MonitoringViewSetting^) | Inserts a new view setting into the system. |
![]() | InsertSavedSearch(SavedSearch^) | Inserts a new saved search into the system. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

