SocialCommentDetail.Comment Property
Gets or sets the body of the social comment.
Namespace: [SocialDataService Web service]
Web service reference: http://Site/_vti_bin/SocialDataService.asmx
Syntax
'Declaration
Public Property Comment As String
Get
Set
'Usage
Dim instance As SocialCommentDetail
Dim value As String
value = instance.Comment
instance.Comment = value
public string Comment { get; set; }
Property Value
Type: System.String
The body of the social comment.