Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the text of the predefined feedback answer that is logged.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property FeedbackAnswerText As String
Get
Set
'Usage
Dim instance As FeedbackData
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".