다음을 통해 공유


SocialReplicationData.DeletedComments Property

Gets or sets an array of deleted social comments.

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

Syntax

'Declaration
Public Property DeletedComments As DeletedSocialCommentDetail()
    Get
    Set
'Usage
Dim instance As SocialReplicationData
Dim value As DeletedSocialCommentDetail()

value = instance.DeletedComments

instance.DeletedComments = value
public DeletedSocialCommentDetail[] DeletedComments { get; set; }

Property Value

Type: []
An array of deleted social comments.

See Also

Reference

SocialReplicationData Class

SocialReplicationData Members

SocialDataService Web Service