FeedbackData.FeedbackAnswerText Property

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".

See Also

Reference

FeedbackData Class

FeedbackData Members

SocialDataService Web Service