SPClickthroughUsageEntry.ClickedAssetId property

NOTE: This API is now obsolete.

Gets or sets the URL of the asset that is being clicked on.

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 ClickedAssetId As String
    Get
    Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String

value = instance.ClickedAssetId

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

Property value

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

Remarks

This property is used to log the URL of the asset being clicked on.

See also

Reference

SPClickthroughUsageEntry class

SPClickthroughUsageEntry members

Microsoft.SharePoint.Administration namespace