Share via


EntityReference<TEntity>.Value Property

Definition

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

[System.Xml.Serialization.SoapIgnore]
[System.Xml.Serialization.XmlIgnore]
public TEntity Value { get; set; }
member this.Value : 'Entity with get, set
Public Property Value As TEntity

Property Value

TEntity

The object returned by this EntityReference<TEntity>.

Attributes

Applies to