FeedbackData.FeedbackQuestionText Property
Gets or sets the text of the feedback question that is logged.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property FeedbackQuestionText As String
Get
Set
'Usage
Dim instance As FeedbackData
Dim value As String
value = instance.FeedbackQuestionText
instance.FeedbackQuestionText = value
public string FeedbackQuestionText { get; set; }
Property Value
Type: System.String
The text of the feedback question that is logged.