SocialPostCreationData.UpdateStatusText property
Gets or sets a value that controls whether the post's plain-text content should replace the user's status text.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Property UpdateStatusText As Boolean
Get
Set
'Usage
Dim instance As SocialPostCreationData
Dim value As Boolean
value = instance.UpdateStatusText
instance.UpdateStatusText = value
public bool UpdateStatusText { get; set; }
Property value
Type: System.Boolean