Scopes.GetDisplayGroup, méthode (Microsoft.Office.Server.Search.Administration)
Returns the display group 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 GetDisplayGroup ( _
siteUrl As Uri, _
name As String _
) As ScopeDisplayGroup
'Utilisation
Dim instance As Scopes
Dim siteUrl As Uri
Dim name As String
Dim returnValue As ScopeDisplayGroup
returnValue = instance.GetDisplayGroup(siteUrl, name)
public ScopeDisplayGroup GetDisplayGroup (
Uri siteUrl,
string name
)
Paramètres
- siteUrl
A System.Uri object representing the site URL.
- name
A string containing the display group name.
Valeur de retour
A ScopeDisplayGroup object representing the specified display group.
Voir aussi
Référence
Scopes, classe
Membres Scopes
Microsoft.Office.Server.Search.Administration, espace de noms