ValidationVisitor.AllowShortCircuitingValidationWhenNoValidatorsArePresent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This property is deprecated and is no longer used by the runtime.
Gets or sets a value that determines if ValidationVisitor can short circuit validation when a model does not have any associated validators.
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
Property Value
The default value is true
.
- Attributes
Remarks
This property is currently ignored.