SocialRatingAverageDetail.CurrentUserRating Property
Gets or sets the value of the social rating that the current user provided for the specified URL.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property CurrentUserRating As Integer
Get
Set
'Usage
Dim instance As SocialRatingAverageDetail
Dim value As Integer
value = instance.CurrentUserRating
instance.CurrentUserRating = value
public int CurrentUserRating { get; set; }
Property Value
Type: System.Int32
The value of the social rating provided by the current user.
See Also
Reference
SocialRatingAverageDetail Class