EntityReference<TEntity>.Value 屬性

定義

取得或設定由此 EntityReference<TEntity>回傳的相關物件。

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

屬性值

TEntity

物件由此 EntityReference<TEntity>返回。

備註

若設定的值與當前值相同,則不會賦予任何值。

適用於