Scopes Constructor
Initializes a new instance of the Scopes class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
searchContext As SearchContext _
)
'Usage
Dim searchContext As SearchContext
Dim instance As New Scopes(searchContext)
public Scopes(
SearchContext searchContext
)
Parameters
- searchContext
Type: Microsoft.Office.Server.Search.Administration.SearchContext
A SearchContext object that represents the search service for a specific Shared Service Provider.