Share via


SPClickthroughUsageEntry.CustomData Property

An object for custom data.

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 SPClickthroughUsageEntry
Dim value As Object

value = instance.CustomData

instance.CustomData = value
public Object CustomData { get; set; }

Property Value

Type: System.Object
A Object.

See Also

Reference

SPClickthroughUsageEntry Class

SPClickthroughUsageEntry Members

Microsoft.SharePoint.Administration Namespace