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