Share via


SPClickthroughUsageEntry.Origin Property

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)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property Origin As String
    Get
    Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As String

value = instance.Origin

instance.Origin = value
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