QueryInfo.ContextualScope property

Gets or sets the contextual Search scope under which the query was executed.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ContextualScope As String
    Get
    Set
'Usage
Dim instance As QueryInfo
Dim value As String

value = instance.ContextualScope

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

Property value

Type: System.String
The contextual Search scope under which the Search query was executed.

See also

Reference

QueryInfo class

QueryInfo members

Microsoft.Office.Server.Search.Query namespace