SPRatingUsageEntry.FeedbackAnswerText Property
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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property FeedbackAnswerText As String
Get
Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As String
value = instance.FeedbackAnswerText
instance.FeedbackAnswerText = value
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.