Compartir a través de


de la propiedad QueryInfo.Location

Gets or sets the name of the federated location against which the Buscar query was executed.

Espacio de nombres:  Microsoft.Office.Server.Search.Query
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Location As String
    Get
    Set
'Uso
Dim instance As QueryInfo
Dim value As String

value = instance.Location

instance.Location = value
[DataMemberAttribute]
public string Location { get; set; }

Valor de propiedad

Tipo: System.String
The name of the federated location which the Buscar query was executed against.

Vea también

Referencia

clase QueryInfo

Miembros QueryInfo

Espacio de nombres Microsoft.Office.Server.Search.Query