ValidationVisitor.AllowShortCircuitingValidationWhenNoValidatorsArePresent 属性

定义

注意

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

获取或设置一个值,该值确定当模型没有任何关联的验证程序时是否可以 ValidationVisitor 短路验证。

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

属性值

默认值为 true

属性

注解

此属性当前被忽略。

适用于