DevForce Help Reference
ShouldExitOnBeforeSetError Property (VerifierOptions)


Gets or sets whether the property value should be set if a validation error was found during pre-set validation.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property ShouldExitOnBeforeSetError As Boolean
'Usage
 
Dim instance As VerifierOptions
Dim value As Boolean
 
instance.ShouldExitOnBeforeSetError = value
 
value = instance.ShouldExitOnBeforeSetError
[DataMember()]
public bool ShouldExitOnBeforeSetError {get; set;}
Remarks
If true, the backing value for the property will not be set if the proposed value fails validation.

The default is false.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

VerifierOptions Class
VerifierOptions Members

Send Feedback