Compartir a través de


ValidationVisitor.AllowShortCircuitingValidationWhenNoValidatorsArePresent Propiedad

Definición

Precaución

This property is deprecated and is no longer used by the runtime.

Obtiene o establece un valor que determina si ValidationVisitor puede la validación de cortocircuito cuando un modelo no tiene ningún validador asociado.

public:
 property bool AllowShortCircuitingValidationWhenNoValidatorsArePresent { bool get(); void set(bool value); };
public bool AllowShortCircuitingValidationWhenNoValidatorsArePresent { get; set; }
[System.Obsolete("This property is deprecated and is no longer used by the runtime.")]
public bool AllowShortCircuitingValidationWhenNoValidatorsArePresent { get; set; }
member this.AllowShortCircuitingValidationWhenNoValidatorsArePresent : bool with get, set
[<System.Obsolete("This property is deprecated and is no longer used by the runtime.")>]
member this.AllowShortCircuitingValidationWhenNoValidatorsArePresent : bool with get, set
Public Property AllowShortCircuitingValidationWhenNoValidatorsArePresent As Boolean

Valor de propiedad

El valor predeterminado es true.

Atributos

Comentarios

Esta propiedad se omite actualmente.

Se aplica a