SavedSearch class

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.Discovery.SavedSearch

Namespace:  Microsoft.SharePoint.Client.Discovery
Assemblies:   Microsoft.Office.Policy.Silverlight (in Microsoft.Office.Policy.Silverlight.dll);  Microsoft.Office.Client.Policy.Phone (in Microsoft.Office.Client.Policy.Phone.dll)  Microsoft.Office.Policy.Client (in Microsoft.Office.Policy.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("SP.Discovery.SavedSearch", ServerTypeId := "{73fab145-0b45-4de8-b27f-4cdd9339e61f}")> _
Public Class SavedSearch _
    Inherits ClientObject
'Usage
Dim instance As SavedSearch
[ScriptTypeAttribute("SP.Discovery.SavedSearch", ServerTypeId = "{73fab145-0b45-4de8-b27f-4cdd9339e61f}")]
public class SavedSearch : ClientObject

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

SavedSearch members

Microsoft.SharePoint.Client.Discovery namespace