SocialRating.Rating Property
Gets an integer value on a scale of 0-5 that represents the value of a social rating.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property Rating As Integer
Get
Set
'Usage
Dim instance As SocialRating
Dim value As Integer
value = instance.Rating
instance.Rating = value
public int Rating { get; set; }
Property Value
Type: System.Int32