Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.