SPSocialActor.StatusText property

Gets the text of the actor's most recent post. Applies to users.

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

Syntax

'Declaration
Public Property StatusText As String
    Get
    Private Set
'Usage
Dim instance As SPSocialActor
Dim value As String

value = instance.StatusText
public string StatusText { get; private set; }

Property value

Type: System.String

Remarks

The StatusText property is valid only when the value of the ActorType property is User.

See also

Reference

SPSocialActor class

SPSocialActor members

Microsoft.Office.Server.Social namespace