SPRatingUsageEntry.IsUserSatisfactionAnswer 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 IsUserSatisfactionAnswer As Nullable(Of Boolean)
Get
Set
'用途
Dim instance As SPRatingUsageEntry
Dim value As Nullable(Of Boolean)
value = instance.IsUserSatisfactionAnswer
instance.IsUserSatisfactionAnswer = value
[ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")]
public Nullable<bool> IsUserSatisfactionAnswer { get; set; }
Property value
Type: System.Nullable<Boolean>
true如果答案代表的滿意度,使用者的明確的意見反應否則,請false。
備註
AP 分析中的相關性類別器用於IsUserSatisfactionAnswer屬性,判斷是否要使用此回覆作為使用者的明確意見反應。如果此屬性為 true,AP 分析管線會剖析來決定使用記錄的數字等同項目每一個回覆的類別器值的邏輯。如需數字的等同項目的詳細資訊,請參閱 < FeedbackAnswerNumericEquivalent屬性。