QueryInfo.ContinuedSession Property

Gets or sets a value that indicates whether this QueryInfo element is not the first entry for this Search query in the Search query log.

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

Syntax

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

value = instance.ContinuedSession

instance.ContinuedSession = value
[DataMemberAttribute]
public bool ContinuedSession { get; set; }

Property Value

Type: System.Boolean
true if the info element is not the first entry for this Search query; otherwise, false.

See Also

Reference

QueryInfo Class

QueryInfo Members

Microsoft.Office.Server.Search.Query Namespace