Share via


SocialRatingAverageDetail.Average property

Gets or sets the value of the average rating for a specified URL.

Namespace:  WebSvcSocialDataService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
Public Property Average As Single
    Get
    Set
'Usage
Dim instance As SocialRatingAverageDetail
Dim value As Single

value = instance.Average

instance.Average = value
public float Average { get; set; }

Property value

Type: System.Single
The value of the average rating for a specified URL.

See also

Reference

SocialRatingAverageDetail class

SocialRatingAverageDetail members

WebSvcSocialDataService namespace