Scopes.GetSharedScope, méthode (Microsoft.Office.Server.Search.Administration)
Returns the global scope with the specified name.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Function GetSharedScope ( _
name As String _
) As Scope
'Utilisation
Dim instance As Scopes
Dim name As String
Dim returnValue As Scope
returnValue = instance.GetSharedScope(name)
public Scope GetSharedScope (
string name
)
Paramètres
- name
A string containing the scope name.
Valeur de retour
A Scope object representing the specified search scope.
Voir aussi
Référence
Scopes, classe
Membres Scopes
Microsoft.Office.Server.Search.Administration, espace de noms