SPSocialActor.AccountName property

Gets the actor's account name. Applies to users.

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

Syntax

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

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

Property value

Type: System.String

Remarks

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