ScopesManager.AllScopes Property

When overridden in derived class, gets a collection that contains all of the scopes managed by the ScopesManager.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property AllScopes As ScopeCollection
    Get
'Usage
Dim instance As ScopesManager
Dim value As ScopeCollection

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

Property Value

Type: Microsoft.Office.Server.Search.Administration.ScopeCollection
All of the scopes managed by the ScopesManager.

See Also

Reference

ScopesManager Class

ScopesManager Members

Microsoft.Office.Server.Search.Administration Namespace