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 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