SPClickthroughUsageEntry.Origin property

NOTE: This API is now obsolete.

Gets or sets the original source or entry point from where the clickthrough was initiated.

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

value = instance.Origin

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

Property value

Type: System.String
The source or entry point URL for a click.

Remarks

You can use this property to log which page or URL a click came from.

See also

Reference

SPClickthroughUsageEntry class

SPClickthroughUsageEntry members

Microsoft.SharePoint.Administration namespace