Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns information about search scopes.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetScopes As ScopeInformation()
'Usage
Dim instance As Query
Dim returnValue As ScopeInformation()
returnValue = instance.GetScopes()
public ScopeInformation[] GetScopes()
Return Value
Type: []
An array of ScopeInformation objects representing information about search scopes.