DevForce Help Reference
VerifierResultCode Enumeration


A code indicating the result of a verification
Syntax
'Declaration
 
Public Enum VerifierResultCode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As VerifierResultCode
Members
MemberDescription
Error An error was encountered - the verification failed.
ErrorInsufficientData Insufficient data to perform validation - treated as an error.
Ok The verification succeeded.
OkNotApplicable The verification is not applicable - treated as a successful verification.
OkWarning The verification succeeded but with a warning.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.Validation.VerifierResultCode

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

IdeaBlade.Validation Namespace

Send Feedback