QueryInfo.ClickTime Property

Gets or sets the date and time when the user clicked.

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

Syntax

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

value = instance.ClickTime

instance.ClickTime = value
[DataMemberAttribute]
public DateTime ClickTime { get; set; }

Property Value

Type: System.DateTime
The date and time when the user clicked.

See Also

Reference

QueryInfo Class

QueryInfo Members

Microsoft.Office.Server.Search.Query Namespace