Freigeben über


SPRatingUsageEntry.FeedbackTime-Eigenschaft

HINWEIS: Diese API ist veraltet.

Dient zum Abrufen oder setzt den Zeitstempel der bei die Bewertung abgeschlossen wurde.

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; }

Eigenschaftswert

Typ: System.DateTime
Der Zeitstempel der bei die Bewertung abgeschlossen wurde.

Siehe auch

Referenz

SPRatingUsageEntry Klasse

SPRatingUsageEntry-Member

Microsoft.SharePoint.Administration-Namespace