SPQueryUsageEntry.CustomData property
NOTE: This API is now obsolete.
Custom data property.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")> _
Public Property CustomData As Object
Get
Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As Object
value = instance.CustomData
instance.CustomData = value
[ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")]
public Object CustomData { get; set; }
Property value
Type: System.Object
A Object representation of the data property.