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