SPClickthroughUsageEntry.ClickedAssetId Property
Gets or sets the URL of the asset that is being clicked on.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ClickedAssetId As String
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String
value = instance.ClickedAssetId
instance.ClickedAssetId = value
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