QueryInfo.Location - Propriété
Obtient ou définit le nom de l'emplacement fédéré avec laquelle la requête Search a été exécutée.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property Location As String
Get
Set
'Utilisation
Dim instance As QueryInfo
Dim value As String
value = instance.Location
instance.Location = value
[DataMemberAttribute]
public string Location { get; set; }
Valeur de propriété
Type : System.String
Nom de l'emplacement fédéré à laquelle la requête Search a été exécutée.