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 Function GetSharedScopes As IEnumerable
'Usage
Dim instance As Scopes
Dim returnValue As IEnumerable

returnValue = instance.GetSharedScopes()
public 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