SPRatingUsageEntry.IsUserSatisfactionAnswer Property
Gets or sets whether the answer represents the user's explicit feedback of satisfaction.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property IsUserSatisfactionAnswer As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As Nullable(Of Boolean)
value = instance.IsUserSatisfactionAnswer
instance.IsUserSatisfactionAnswer = value
public Nullable<bool> IsUserSatisfactionAnswer { get; set; }
Property Value
Type: System.Nullable<Boolean>
true if the answer represents user's explicit feedback of satisfaction; otherwise, false.
Remarks
The IsUserSatisfactionAnswer property is used by the Relevance Classifier in AP Analytics to determine whether to use this answer as a user's explicit feedback. If this property is true, then the AP Analytics pipeline will parse the logic to determine the classifier values for each answer using the logged numeric equivalents. For more information about numeric equivalents, see the FeedbackAnswerNumericEquivalent property.