Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Custom data property.
Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property CustomData As Object
    Get
    Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As Object
value = instance.CustomData
instance.CustomData = value
public Object CustomData { get; set; }
Property Value
Type: System.Object
A Object representation of the data property.