다음을 통해 공유


SocialReplicationData.Comments Property

Gets or sets an array of social comments.

Namespace:  [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx

Syntax

'Declaration
Public Property Comments As SocialCommentDetail()
    Get
    Set
'Usage
Dim instance As SocialReplicationData
Dim value As SocialCommentDetail()

value = instance.Comments

instance.Comments = value
public SocialCommentDetail[] Comments { get; set; }

Property Value

Type: []
An array of social comments.

See Also

Reference

SocialReplicationData Class

SocialReplicationData Members

SocialDataService Web Service