Gets or sets the related object returned by this EntityReference<TEntity> .
[SoapIgnoreAttribute] [XmlIgnoreAttribute] public TEntity Value { get; set; }
The object returned by this EntityReference<TEntity>.
EntityReference<TEntity> ClassSystem.Data.Entity.Core.Objects.DataClasses Namespace