SPClickthroughUsageEntry.ClickTime Property
Gets or sets the timestamp of when the user clicked the URL.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ClickTime As DateTime
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As DateTime
value = instance.ClickTime
instance.ClickTime = value
public DateTime ClickTime { get; set; }
Property Value
Type: System.DateTime
The timestamp of when the user clicked the URL.
See Also
Reference
SPClickthroughUsageEntry Class