SocialRatingDetail.Rating Property
Gets or sets the value of the social rating.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property Rating As Integer
Get
Set
'Usage
Dim instance As SocialRatingDetail
Dim value As Integer
value = instance.Rating
instance.Rating = value
public int Rating { get; set; }
Property Value
Type: System.Int32
The value of the social rating.