Share via


SPRatingUsageEntry.IsUserSatisfactionAnswer property

NOTE: This API is now obsolete.

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)

Syntax

'Declaration
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
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
[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 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.

See also

Reference

SPRatingUsageEntry class

SPRatingUsageEntry members

Microsoft.SharePoint.Administration namespace