: Scopes.GetDisplayGroup (Método) (Microsoft.Office.Server.Search.Administration)
Returns the display group with the specified name, from the specified site.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Function GetDisplayGroup ( _
siteUrl As Uri, _
name As String _
) As ScopeDisplayGroup
'Uso
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
)
Parámetros
- siteUrl
A System.Uri object representing the site URL.
- name
A string containing the display group name.
Valor devuelto
A ScopeDisplayGroup object representing the specified display group.
Vea también
Referencia
Scopes (Clase)
Scopes (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)