ValidationVisitor.ValidateComplexTypesIfChildValidationFails Property

Definition

Indicates whether validation of a complex type should be performed if validation fails for any of its children. The default behavior is false.

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

Property Value

Applies to