Compartir a través de


ValidationMetadata.ValidateChildren Propiedad

Definición

Obtiene o establece un valor que indica si se deben validar los elementos secundarios del modelo. Si null entonces ValidateChildren será true si cualquiera de IsComplexType o IsEnumerableType es true; false de lo 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

Se aplica a