SocialComment.Comment property

Gets a String representing the contents of the social comment.

Namespace:  Microsoft.Office.Server.SocialData
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property Comment As String
    Get
    Set
'Usage
Dim instance As SocialComment
Dim value As String

value = instance.Comment

instance.Comment = value
public string Comment { get; set; }

Property value

Type: System.String

See also

Reference

SocialComment class

SocialComment members

Microsoft.Office.Server.SocialData namespace