SPRatingUsageEntry.FeedbackAnswerText property
NOTE: This API is now obsolete.
Gets or sets the text string of the predefined feedback answer that is logged.
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 FeedbackAnswerText As String
Get
Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As String
value = instance.FeedbackAnswerText
instance.FeedbackAnswerText = value
[ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")]
public string FeedbackAnswerText { get; set; }
Property value
Type: System.String
The text of the predefined feedback answer.
Remarks
Consider a feedback control with one question: "Is this Helpful?" And the answers are "Yes" or "No". The FeedbackAnswerText property is the text of each answer, such as "Yes" or "No". If you change the text in this property from "Yes" to "Y", the FeedbackAnswerId property should not change.