SPSearchResultCollection class

This class and its members are reserved for internal use and are not intended to be used in your code.

For Search, use the Execute method of the Microsoft.SharePoint.Search.Query.KeywordQuery class or the FullTextSqlQuery class.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPBaseCollection
      Microsoft.SharePoint.SPSearchResultCollection

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Class SPSearchResultCollection _
    Inherits SPBaseCollection
'Usage
Dim instance As SPSearchResultCollection
public class SPSearchResultCollection : SPBaseCollection

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.

See also

Reference

SPSearchResultCollection members

Microsoft.SharePoint namespace