: Query.SiteContext (Propiedad) (Microsoft.Office.Server.Search.Query)
Gets or sets the site URL for the search query.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property SiteContext As Uri
'Uso
Dim instance As Query
Dim value As Uri
value = instance.SiteContext
instance.SiteContext = value
public Uri SiteContext { get; set; }
Valor de propiedad
A System.Uri object that represents the site's URL.
Vea también
Referencia
Query (Clase)
Query (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)