SocialRatingAverageDetail.Average Property
Gets or sets the value of the average rating for a specified URL.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
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