UserProfileChange.AccountName property

Account name of the user whose data has changed (may result in this user being loaded from the profile store)

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

Syntax

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

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

Property value

Type: System.String

See also

Reference

UserProfileChange class

UserProfileChange members

Microsoft.Office.Server.UserProfiles namespace