Scopes.GetSharedScope method

Returns the global scope with the specified name.

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

Syntax

'Declaration
Public Overrides Function GetSharedScope ( _
    name As String _
) As Scope
'Usage
Dim instance As Scopes
Dim name As String
Dim returnValue As Scope

returnValue = instance.GetSharedScope(name)
public override Scope GetSharedScope(
    string name
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Administration.Scope
A Scope object representing the specified search scope.

See also

Reference

Scopes class

Scopes members

Microsoft.Office.Server.Search.Administration namespace