Query.SiteContext, propriété (Microsoft.Office.Server.Search.Query)
Gets or sets the site URL for the search query.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property SiteContext As Uri
'Utilisation
Dim instance As Query
Dim value As Uri
value = instance.SiteContext
instance.SiteContext = value
public Uri SiteContext { get; set; }
Valeur de la propriété
A System.Uri object that represents the site's URL.
Voir aussi
Référence
Query, classe
Membres Query
Microsoft.Office.Server.Search.Query, espace de noms