Keywords Constructor
Initializes a new instance of the Keywords class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
searchApp As SearchContext, _
url As Uri _
)
'Usage
Dim searchApp As SearchContext
Dim url As Uri
Dim instance As New Keywords(searchApp, _
url)
public Keywords(
SearchContext searchApp,
Uri url
)
Parameters
- searchApp
Type: Microsoft.Office.Server.Search.Administration.SearchContext
A SearchContext object that represents the search service for a specific Shared Service Provider.
- url
Type: System.Uri
A System.Uri object that specifies the URL for the site associated with this instance of the Keywords class.