UserProfileSingleValueChange.NewValue Property
Gets the new value for the property that has been changed.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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