Share via


SocialRatingAverageDetail.Count property

Gets or sets the total number of the social ratings associated with a specified URL.

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

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

SocialRatingAverageDetail members

WebSvcSocialDataService namespace