Share via


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

See also

Reference

SocialRating class

SocialRating members

Microsoft.Office.Server.SocialData namespace