EntityReference<TEntity>.Value Proprietà

Definizione

Ottiene o imposta l'oggetto correlato restituito da questo EntityReference<TEntity>oggetto .

public:
 property TEntity Value { TEntity get(); void set(TEntity value); };
public TEntity Value { get; set; }
member this.Value : 'Entity with get, set
member this.Value : 'Entity with get, set
Public Property Value As TEntity

Valore della proprietà

TEntity

Oggetto restituito da questo EntityReference<TEntity>oggetto .

Commenti

Non verrà assegnato alcun valore se il valore impostato è uguale al valore corrente.

Si applica a