共用方式為


SPRatingUsageEntry.FeedbackTime property

NOTE: This API is now obsolete.

取得或設定當分級已完成的時間戳記。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
Public Property FeedbackTime As DateTime
    Get
    Set
'用途
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
分級已完成時的時間戳記。

請參閱

參照

SPRatingUsageEntry class

SPRatingUsageEntry members

Microsoft.SharePoint.Administration namespace