SPClickthroughUsageEntry.ClickedTitle property

NOTE: This API is now obsolete.

Gets or sets the title of the clicked 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 ClickedTitle As String
    Get
    Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String

value = instance.ClickedTitle

instance.ClickedTitle = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public string ClickedTitle { get; set; }

Property value

Type: System.String
The title of the clicked URL.

See also

Reference

SPClickthroughUsageEntry class

SPClickthroughUsageEntry members

Microsoft.SharePoint.Administration namespace