Share via


UserSettings.GetSavedSearches Method

Definition

Retrieves all the saved searches for the current user.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Monitoring::SavedSearch ^> ^ GetSavedSearches();
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.SavedSearch> GetSavedSearches ();
member this.GetSavedSearches : unit -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Monitoring.SavedSearch>
Public Function GetSavedSearches () As ReadOnlyCollection(Of SavedSearch)

Returns

A collection of SavedSearch objects.

Applies to