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

  • url
    Type: System.Uri
    A System.Uri object that specifies the URL for the site associated with this instance of the Keywords class.

See Also

Reference

Keywords Class

Keywords Members

Microsoft.Office.Server.Search.Administration Namespace