SocialComment.Comment property

Obtém um String que representa o conteúdo do comentário social.

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

Syntax

'Declaração
Public Property Comment As String
    Get
    Set
'Uso
Dim instance As SocialComment
Dim value As String

value = instance.Comment

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

Property value

Type: System.String

Ver também

Referência

SocialComment class

SocialComment members

Microsoft.Office.Server.SocialData namespace