SPClickthroughUsageEntry.ClickTime property
NOTE: This API is now obsolete.
Gets or sets the timestamp of when the user clicked the URL.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property ClickTime As DateTime
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As DateTime
value = instance.ClickTime
instance.ClickTime = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public DateTime ClickTime { get; set; }
Property value
Type: System.DateTime
The timestamp of when the user clicked the URL.
See also
Reference
SPClickthroughUsageEntry class