ScopesManager.GetSharedScope Method
When overridden in a derived class, gets 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 MustOverride Function GetSharedScope ( _
name As String _
) As Scope
'Usage
Dim instance As ScopesManager
Dim name As String
Dim returnValue As Scope
returnValue = instance.GetSharedScope(name)
public abstract Scope GetSharedScope(
string name
)
Parameters
name
Type: System.StringThe name of the required scope.
Return Value
Type: Microsoft.Office.Server.Search.Administration.Scope
The global scope.
Remarks
This method should be implemented in the derived classes.