FeedbackData.FeedbackAnswerNumericEquivalent Property
Gets or sets the rating value to store.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property FeedbackAnswerNumericEquivalent As Integer
Get
Set
'Usage
Dim instance As FeedbackData
Dim value As Integer
value = instance.FeedbackAnswerNumericEquivalent
instance.FeedbackAnswerNumericEquivalent = value
public int FeedbackAnswerNumericEquivalent { get; set; }
Property Value
Type: System.Int32
The rating value to store.
Remarks
This property can be used to calculate average ratings.