Scopes.GetSharedScope - Méthode
Renvoie l'étendue globale portant le nom spécifié.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Overrides 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 override Scope GetSharedScope(
string name
)
Paramètres
name
Type : System.StringChaîne contenant le nom de l'étendue.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.Scope
Un objet Scope représentant la portée de recherche spécifiée.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms