FeedbackData.IsUserSatisfactionAnswer Property

Gets or sets a value that indicates whether the answer represents the user's explicit feedback of satisfaction.

Namespace:  [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx

Syntax

'Declaration
Public Property IsUserSatisfactionAnswer As Boolean
    Get
    Set
'Usage
Dim instance As FeedbackData
Dim value As Boolean

value = instance.IsUserSatisfactionAnswer

instance.IsUserSatisfactionAnswer = value
public bool IsUserSatisfactionAnswer { get; set; }

Property Value

Type: System.Boolean
true if the answer represents user's explicit feedback of satisfaction; otherwise, false.

See Also

Reference

FeedbackData Class

FeedbackData Members

SocialDataService Web Service