Scopes.GetScope, méthode (Microsoft.Office.Server.Search.Administration)
Returns the site-level scope with the specified name, from the specified site.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Function GetScope ( _
siteUrl As Uri, _
name As String _
) As Scope
'Utilisation
Dim instance As Scopes
Dim siteUrl As Uri
Dim name As String
Dim returnValue As Scope
returnValue = instance.GetScope(siteUrl, name)
public Scope GetScope (
Uri siteUrl,
string name
)
Paramètres
- siteUrl
A System.Uri object representing the site URL.
- 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