UserProfileSingleValueChange.NewValue Property

Gets the new value for the property that has been changed.

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

Syntax

'Declaration
Public ReadOnly Property NewValue As Object
    Get
'Usage
Dim instance As UserProfileSingleValueChange
Dim value As Object

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

Property Value

Type: System.Object
The new value of the property after the change.

See Also

Reference

UserProfileSingleValueChange Class

UserProfileSingleValueChange Members

Microsoft.Office.Server.UserProfiles Namespace