InheritanceMappingAttribute.IsDefault Propriété

Définition

Obtient ou définit si un objet de ce type est instancié lorsque la valeur du discriminateur ne correspond pas à une valeur spécifiée.

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

Valeur de propriété

Valeur par défaut = false.

Remarques

Exactement l’un des InheritanceMappingAttribute attributs doit être déclaré avec IsDefault comme true.

S’applique à