SocialDataItem.Text property

Gets or sets the plain text to insert into the post's content text at the specified position.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

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

value = instance.Text

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

Property value

Type: System.String

Remarks

Use {n} placeholders to specify positions in the post text.

See also

Reference

SocialDataItem class

SocialDataItem members

Microsoft.SharePoint.Client.Social namespace