Share via


UserSettings.GetSavedSearches Method ()

 

Applies To: Operations Manager for System Center 2012

Gets all the saved searches for the current user.

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

Syntax

public ReadOnlyCollection<SavedSearch> GetSavedSearches()
public:
ReadOnlyCollection<SavedSearch^>^ GetSavedSearches()
member GetSavedSearches : unit -> ReadOnlyCollection<SavedSearch>
Public Function GetSavedSearches As ReadOnlyCollection(Of SavedSearch)

Return Value

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

Returns a ReadOnlyCollection<T> ofSavedSearch objects.

See Also

UserSettings Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top