SPSocialPost.Text property

Gets the post's plain text content.

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

Syntax

'Declaration
Public Property Text As String
    Get
    Friend Set
'Usage
Dim instance As SPSocialPost
Dim value As String

value = instance.Text
public string Text { get; internal set; }

Property value

Type: System.String

See also

Reference

SPSocialPost class

SPSocialPost members

Microsoft.Office.Server.Social namespace