EntityReference<TEntity>.Value Property

 

Gets or sets the related object returned by this EntityReference<TEntity> .

Namespace:   System.Data.Entity.Core.Objects.DataClasses
Assembly:  EntityFramework (in EntityFramework.dll)

[SoapIgnoreAttribute]
[XmlIgnoreAttribute]
public TEntity Value { get; set; }

Property Value

Type: TEntity

The object returned by this EntityReference<TEntity>.