UserProfileChange.ChangedUser property

NOTE: This API is now obsolete.

Profile 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
<ObsoleteAttribute("Use base class'es ChangedProfile method instead.")> _
Public ReadOnly Property ChangedUser As UserProfile
    Get
'Usage
Dim instance As UserProfileChange
Dim value As UserProfile

value = instance.ChangedUser
[ObsoleteAttribute("Use base class'es ChangedProfile method instead.")]
public UserProfile ChangedUser { get; }

Property value

Type: Microsoft.Office.Server.UserProfiles.UserProfile

See also

Reference

UserProfileChange class

UserProfileChange members

Microsoft.Office.Server.UserProfiles namespace