Query.SiteContext, propriété (Microsoft.SharePoint.Search.Query)

Gets or sets the site URL for the search query.

Espace de noms : Microsoft.SharePoint.Search.Query
Assembly : Microsoft.SharePoint.Search (dans microsoft.sharepoint.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.SharePoint.Search.Query, espace de noms