SPClickthroughUsageEntry.ResultPosition property
NOTE: This API is now obsolete.
Gets or sets the position of the clicked URL in the search results.
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 ResultPosition As Nullable(Of Long)
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Long)
value = instance.ResultPosition
instance.ResultPosition = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
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