MetaType.InheritanceDefault 属性

定义

在派生类中重写时,获取一个值,该值指示此类型是否用作继承层次结构的默认值。

public:
 abstract property System::Data::Linq::Mapping::MetaType ^ InheritanceDefault { System::Data::Linq::Mapping::MetaType ^ get(); };
public abstract System.Data.Linq.Mapping.MetaType InheritanceDefault { get; }
member this.InheritanceDefault : System.Data.Linq.Mapping.MetaType
Public MustOverride ReadOnly Property InheritanceDefault As MetaType

属性值

继承映射中默认类型的元数据。

适用于