Share via


UserProfileMultiValueChange.ChangedValue property

Gets the values that have changed in a property.

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

Syntax

'Declaration
Public ReadOnly Property ChangedValue As Object
    Get
'Usage
Dim instance As UserProfileMultiValueChange
Dim value As Object

value = instance.ChangedValue
public Object ChangedValue { get; }

Property value

Type: System.Object
The values that have changed in a property.

Remarks

For more information about working with properties with multiple values, see User Profile Properties Overview. For a code example about how to set and create multiple value properties, see How to: Set Multiple Values to a Multivalue Property and How to: Create Multivalue Properties.

See also

Reference

UserProfileMultiValueChange class

UserProfileMultiValueChange members

Microsoft.Office.Server.UserProfiles namespace