SocialRatingAverage.Average Property
Gets the value of the average rating for a specific URL, on a scale of 0-5.
Namespace: Microsoft.Office.Server.SocialData
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property Average As Single
Get
Private Set
'Usage
Dim instance As SocialRatingAverage
Dim value As Single
value = instance.Average
public float Average { get; private set; }
Property Value
Type: System.Single