SPClickthroughUsageEntry.CustomData property
NOTE: This API is now obsolete.
An object for custom data.
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 CustomData As Object
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As Object
value = instance.CustomData
instance.CustomData = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public Object CustomData { get; set; }
Property value
Type: System.Object
A Object.
See also
Reference
SPClickthroughUsageEntry class