PersonProperties.AccountName property

Gets the user's account name.

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

Syntax

'Declaration
Public ReadOnly Property AccountName As String
    Get
'Usage
Dim instance As PersonProperties
Dim value As String

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

Property value

Type: System.String
The user's account name.

See also

Reference

PersonProperties class

PersonProperties members

Microsoft.SharePoint.Client.UserProfiles namespace