QueryContext Interface

NOTE: This API is now obsolete.

Represents a query context. This interface is primarily intended for testing. There are no implementations provided in the Admin OM.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
<ObsoleteAttribute("This interface should not be used")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Interface QueryContext
'Usage
Dim instance As QueryContext
[ObsoleteAttribute("This interface should not be used")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public interface QueryContext

See Also

Reference

QueryContext Members

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace