SPRatingUsageEntry.FeedbackAnswerNumericEquivalent 属性

请注意:此 API 现在已过时。

获取或设置每个反馈答案的数字等效值。此属性可用于计算的平均等级。小数位数始终为 0 到 100。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

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

属性值

类型:System.Nullable<Int32>
每个反馈回答的等效的数字值。

备注

因为评级固定介于 0 和 100 之间,系统将使用数字的等效项来确定 AP 分析中的关联分类器所需了解的用户满意度的显式反馈的分类器值 (接受、 资源管理器中,或拒绝)。IsUserSatisfactionAnswer为 1 时,使用下面的逻辑来确定分类器值:

  • 如果等效的数字值 67 到 100 之间 (含) 是,接受。

  • 浏览,如果等效的数字值介于 34 至 66 (含)。

  • 如果等效的数字值 0 到 33 之间 (含) 被,拒绝。

另请参阅

引用

SPRatingUsageEntry 类

SPRatingUsageEntry 成员

Microsoft.SharePoint.Administration 命名空间