다음을 통해 공유


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.

See Also

Reference

SocialUrlDetail Class

SocialUrlDetail Members

SocialDataService Web Service