SocialDataItem.AccountName property

Gets or sets the account name of the user to mention.

Namespace:  Microsoft.SharePoint.Client.Social
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Property AccountName As String
    Get
    Set
'Usage
Dim instance As SocialDataItem
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 ItemType is User.

See also

Reference

SocialDataItem class

SocialDataItem members

Microsoft.SharePoint.Client.Social namespace