DevForce Help Reference
VerifierApplicability Constructor(VerifierApplicabilityCode,String)


Indicate whether a Verifier is applicable to what it is trying to verify.
A description as to why the verifier is applicable or not
Initializes a new instance of the VerifierApplicability class.
Syntax
'Declaration
 
Public Function New( _
   ByVal code As VerifierApplicabilityCode, _
   ByVal message As String _
)
'Usage
 
Dim code As VerifierApplicabilityCode
Dim message As String
 
Dim instance As New VerifierApplicability(code, message)
public VerifierApplicability( 
   VerifierApplicabilityCode code,
   string message
)

Parameters

code
Indicate whether a Verifier is applicable to what it is trying to verify.
message
A description as to why the verifier is applicable or not
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

VerifierApplicability Class
VerifierApplicability Members
Overload List

Send Feedback