Scopes.AllScopes Property

Gets all of the search scopes for the Shared Service Provider.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property AllScopes As ScopeCollection
    Get
'Usage
Dim instance As Scopes
Dim value As ScopeCollection

value = instance.AllScopes
public override ScopeCollection AllScopes { get; }

Property Value

Type: Microsoft.Office.Server.Search.Administration.ScopeCollection
A ScopeCollection object representing the collection of search scopes.

Remarks

For more information about search scopes in SharePoint Enterprise Search, see Working with Search Scopes.

See Also

Reference

Scopes Class

Scopes Members

Microsoft.Office.Server.Search.Administration Namespace