ValidationMetadata.ValidateChildren Propriété

Définition

Obtient ou définit une valeur qui indique si les enfants du modèle doivent être validés. Si null alors ValidateChildren sera true si l’un de IsComplexType ou IsEnumerableType est true; false sinon.

public:
 property Nullable<bool> ValidateChildren { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? ValidateChildren { get; set; }
member this.ValidateChildren : Nullable<bool> with get, set
Public Property ValidateChildren As Nullable(Of Boolean)

Valeur de propriété

S’applique à