IdeaBlade DevForce 2010 Help Reference
ShouldExitOnBeforeSetError Property
See Also  Send Feedback
IdeaBlade.Validation Assembly > IdeaBlade.Validation Namespace > VerifierOptions Class : ShouldExitOnBeforeSetError Property



Gets or sets whether the property value should be set if a validation error was found during pre-set validation.

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute()>
Public Property ShouldExitOnBeforeSetError As Boolean
Visual Basic (Usage)Copy Code
Dim instance As VerifierOptions
Dim value As Boolean
 
instance.ShouldExitOnBeforeSetError = value
 
value = instance.ShouldExitOnBeforeSetError
C# 
[DataMemberAttribute()]
public bool ShouldExitOnBeforeSetError {get; set;}
C++/CLI 
[DataMemberAttribute()]
public:
property bool ShouldExitOnBeforeSetError {
   bool get();
   void set (    bool value);
}

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.