共用方式為


SPRatingUsageEntry.FeedbackAnswerNumericEquivalent property

NOTE: This API is now obsolete.

取得或設定每一個意見反應回覆的數字相對應。您可以使用這個屬性,計算平均評等。小一定是 0 到 100。

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 FeedbackAnswerNumericEquivalent As Nullable(Of Integer)
    Get
    Set
'用途
Dim instance As SPRatingUsageEntry
Dim value As Nullable(Of Integer)

value = instance.FeedbackAnswerNumericEquivalent

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

Property value

Type: System.Nullable<Int32>
相等的數值每一個意見反應回覆。

備註

分級刻度 0 到 100 之間固定的因為系統會使用數字的等同項目來決定了解明確的意見反應的使用者滿意度所需的相關性類別器 AP 分析中的類別器值 ([接受]、 [瀏覽或 [拒絕)。當IsUserSatisfactionAnswer 1 時,下列邏輯用於判斷類別器值:

  • 接受的如果等值數字並依是 67 到 100 之間。

  • 瀏覽、 如果等值數字 34 至 66 之間並依。

  • 拒絕,如果等值數字是介於 0 到 33 並依。

請參閱

參照

SPRatingUsageEntry class

SPRatingUsageEntry members

Microsoft.SharePoint.Administration namespace