SocialRatingAverageDetail.Count Property
Gets or sets the total number of the social ratings associated with a specified URL.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property Count As Long
Get
Set
'Usage
Dim instance As SocialRatingAverageDetail
Dim value As Long
value = instance.Count
instance.Count = value
public long Count { get; set; }
Property Value
Type: System.Int64
The number of the social rating.
See Also
Reference
SocialRatingAverageDetail Class