SavedSearchCollection class
Represents a collection of SavedSearch objects.
Inheritance hierarchy
System.Object
System.Collections.Generic.List<SavedSearch>
Microsoft.Office.Server.Discovery.SavedSearchCollection
Namespace: Microsoft.Office.Server.Discovery
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Class SavedSearchCollection _
Inherits List(Of SavedSearch)
'Usage
Dim instance As SavedSearchCollection
public class SavedSearchCollection : List<SavedSearch>
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.