Compartir a través de


: Scopes.GetSharedScope (Método) (Microsoft.Office.Server.Search.Administration)

Returns the global scope with the specified name.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración
Public Function GetSharedScope ( _
    name As String _
) As Scope
'Uso
Dim instance As Scopes
Dim name As String
Dim returnValue As Scope

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

Parámetros

  • name
    A string containing the scope name.

Valor devuelto

A Scope object representing the specified search scope.

Vea también

Referencia

Scopes (Clase)
Scopes (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)