Compartir a través de


de la propiedad QueryInfo.ContextualScope

Gets or sets the contextual Buscar scope under which the 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 ContextualScope As String
    Get
    Set
'Uso
Dim instance As QueryInfo
Dim value As String

value = instance.ContextualScope

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

Valor de propiedad

Tipo: System.String
The contextual Buscar scope under which the Buscar query was executed.

Vea también

Referencia

clase QueryInfo

Miembros QueryInfo

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