SPSocialActorInfo.AccountName property

Gets or sets the actor's account name.

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

Syntax

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

value = instance.AccountName

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

Property value

Type: System.String

Remarks

This property is used only when Id is a null reference (Nothing in Visual Basic) or empty and ActorType is User.

See also

Reference

SPSocialActorInfo class

SPSocialActorInfo members

Microsoft.Office.Server.Social namespace