Query constructor (SPWeb)
Initializes a new instance of the Query class, based on the specified SharePoint page.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
web As SPWeb _
)
'Usage
Dim web As SPWeb
Dim instance As New Query(web)
public Query(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebThe page.