InheritanceMappingAttribute.IsDefault 屬性

定義

當判別子值與指定值不符時,是否實例化該類型物件。

public:
 property bool IsDefault { bool get(); void set(bool value); };
public bool IsDefault { get; set; }
member this.IsDefault : bool with get, set
Public Property IsDefault As Boolean

屬性值

預設值 = false

備註

必須有其中一個 InheritanceMappingAttribute 屬性被宣告為 IsDefaulttrue

適用於