Sdílet prostřednictvím


ValidationVisitor.AllowShortCircuitingValidationWhenNoValidatorsArePresent Vlastnost

Definice

Upozornění

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

Získá nebo nastaví hodnotu, která určuje, zda ValidationVisitor může zkratovat ověření, když model nemá žádné přidružené validátory.

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

Hodnota vlastnosti

Výchozí hodnota je true.

Atributy

Poznámky

Tato vlastnost je v současné době ignorována.

Platí pro