SocialRatingAverageDetail.CurrentUserRating property
Gets or sets the value of the social rating that the current user provided for the specified URL.
Namespace: WebSvcSocialDataService
Assembly: UserProfileServices (in UserProfileServices.dll)
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