KeywordQuery Constructor (String)
Initializes a new instance of the KeywordQuery class, based on the specified application name.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
strApplication As String _
)
'Usage
Dim strApplication As String
Dim instance As New KeywordQuery(strApplication)
public KeywordQuery(
string strApplication
)
Parameters
- strApplication
Type: System.String
A string specifying the application name.
See Also
Reference
Microsoft.Office.Server.Search.Query Namespace
Other Resources
Enterprise Search Keyword Syntax Reference