ValidationMetadata.ValidateChildren Propiedad

Definición

Obtiene o establece un valor que indica si se deben validar elementos secundarios del modelo. Si null entonces ValidateChildren será true si o IsComplexType IsEnumerableType es true; False en caso contrario.

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)

Valor de propiedad

Nullable<Boolean>

Se aplica a