다음을 통해 공유


SocialTermDetail.Count Property

Gets or sets the number of social data elements that contain the Term for the given results.

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 SocialTermDetail
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 elements that contain the Term for the given results.

See Also

Reference

SocialTermDetail Class

SocialTermDetail Members

SocialDataService Web Service