共用方式為


MetaType.IsEntity 屬性

定義

在衍生類別中覆寫時,會取得值,指出 MetaType 是否為實體類型。

public:
 abstract property bool IsEntity { bool get(); };
public abstract bool IsEntity { get; }
member this.IsEntity : bool
Public MustOverride ReadOnly Property IsEntity As Boolean

屬性值

如果 MetaType 為實體型別,則為 true,否則為 false

適用於