SPRatingUsageEntry.FeedbackTime Property
Gets or sets the timestamp of when the rating was completed.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property FeedbackTime As DateTime
Get
Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As DateTime
value = instance.FeedbackTime
instance.FeedbackTime = value
public DateTime FeedbackTime { get; set; }
Property Value
Type: System.DateTime
The timestamp of when the rating was completed.