SocialActor.StatusText property
Gets the text of the actor's most recent post. Applies to users.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property StatusText As String
Get
'Usage
Dim instance As SocialActor
Dim value As String
value = instance.StatusText
public string StatusText { get; }
Property value
Type: System.String
Remarks
The StatusText property is valid only when the value of the ActorType property is User. This text may be displayed for a user, for example on the People I'm following page.