DevForce Help Reference
VerifierApplicabilityCode Enumeration


Enumeration indicating whether a Verifier is applicable to what it is trying to verify.
Syntax
'Declaration
 
Public Enum VerifierApplicabilityCode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As VerifierApplicabilityCode
public enum VerifierApplicabilityCode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
InsufficientData Insufficient data exists to perform the verification.
No No, not applicable.
Yes Yes, it is applicable.
Remarks
Used to construct a return value of type VerifierApplicability to the Verifier.IsApplicable method.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.Validation.VerifierApplicabilityCode

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