Share via


RemoteScopes.AllScopes Property

Gets all of the Scope objects managed by the RemoteScopes class.

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 RemoteScopes
Dim value As ScopeCollection

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

Property Value

Type: Microsoft.Office.Server.Search.Administration.ScopeCollection
A collection of Scope objects.

See Also

Reference

RemoteScopes Class

RemoteScopes Members

Microsoft.Office.Server.Search.Administration Namespace