SPClickthroughUsageEntry.ClickTime-Eigenschaft
HINWEIS: Diese API ist veraltet.
Dient zum Abrufen oder setzt den Zeitstempel der, wenn der Benutzer die URL geklickt hat.
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; }
Eigenschaftswert
Typ: System.DateTime
Der Zeitstempel des, wenn der Benutzer die URL geklickt hat.
Siehe auch
Referenz
SPClickthroughUsageEntry Klasse