SPRatingUsageEntry.CustomData Property

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

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

value = instance.CustomData

instance.CustomData = value
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