Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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