UserProfileMultiValueChange.ChangedValue Property

Gets the values that have changed in a property.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.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