Share via


SPRatingUsageEntry.FeedbackTime property

NOTE: This API is now obsolete.

Gets or sets the timestamp of when the rating was completed.

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 FeedbackTime As DateTime
    Get
    Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As DateTime

value = instance.FeedbackTime

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

Property value

Type: System.DateTime
The timestamp of when the rating was completed.

See also

Reference

SPRatingUsageEntry class

SPRatingUsageEntry members

Microsoft.SharePoint.Administration namespace