Scopes.GetSharedScopes method

Returns an enumerator to access the collection of global search scopes for a Shared Service Provider.

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

Syntax

'Declaration
Public Overrides Function GetSharedScopes As IEnumerable
'Usage
Dim instance As Scopes
Dim returnValue As IEnumerable

returnValue = instance.GetSharedScopes()
public override IEnumerable GetSharedScopes()

Return value

Type: System.Collections.IEnumerable
A System.Collections.IEnumerator object.

See also

Reference

Scopes class

Scopes members

Microsoft.Office.Server.Search.Administration namespace