SocialUrlDetail.Count Property
Gets or sets the number of social data that is associated with the 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 SocialUrlDetail
Dim value As Long
value = instance.Count
instance.Count = value
public long Count { get; set; }
Property Value
Type: System.Int64
The number of social data associated with the URL.