Share via


SPRatingUsageEntry.CustomData property

NOTE: This API is now obsolete.

Gets or sets any custom data to be associated with this SPRatingUsageEntry object.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Property CustomData As Object
    Get
    Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As Object

value = instance.CustomData

instance.CustomData = value
[ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")]
public Object CustomData { get; set; }

Property value

Type: System.Object
An object that represents the custom data.

See also

Reference

SPRatingUsageEntry class

SPRatingUsageEntry members

Microsoft.SharePoint.Administration namespace