SPSocialActor.Title property

Gets the actor's title. Applies to users.

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

Syntax

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

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

Property value

Type: System.String

Remarks

The Title 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