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 the SearchScopeInformation for the Search scope consumer.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetScopes ( _
properties As QueryProperties _
) As ScopeInformation()
'Usage
Dim instance As SearchServiceApplication
Dim properties As QueryProperties
Dim returnValue As ScopeInformation()
returnValue = instance.GetScopes(properties)
public ScopeInformation[] GetScopes(
QueryProperties properties
)
Parameters
properties
Type: Microsoft.Office.Server.Search.Query.QueryPropertiesThe properties of the query.
Return Value
Type: []
The information about Search scopes.
Remarks
The identifier of the Search scope consumer is specified by the SiteIdproperties parameter.
See Also
Reference
SearchServiceApplication Class