SPClickthroughUsageEntry.ResultPosition Property
Gets or sets the position of the clicked URL in the search results.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ResultPosition As Nullable(Of Long)
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Long)
value = instance.ResultPosition
instance.ResultPosition = value
public Nullable<long> ResultPosition { get; set; }
Property Value
Type: System.Nullable<Int64>
The result position.
Remarks
When the ClickType property is Search, this property represents the position of the clicked URL in the search results. This property is null (Nothing in Visual Basic) if the ClickType property is any value other than Search.
See Also
Reference
SPClickthroughUsageEntry Class