AnnotationValues.NewValue Property

 

Gets the new value of the annotation, which may be null if the annotation has been deleted.

Namespace:   System.Data.Entity.Infrastructure.Annotations
Assembly:  EntityFramework (in EntityFramework.dll)

public object NewValue { get; }

Property Value

Type: System.Object

The new value of the annotation, which may be null if the annotation has been deleted.