DevForce Help Reference
VerifierArgs Property (Verifier)


Gets or sets the parameters that represent the state of this verifier.
Syntax
'Declaration
 
Public Overridable ReadOnly Property VerifierArgs As VerifierArgs
'Usage
 
Dim instance As Verifier
Dim value As VerifierArgs
 
value = instance.VerifierArgs
public virtual VerifierArgs VerifierArgs {get;}
Remarks
Every verifier contains a single instance of the VerifierArgs that was used to instantiate it. With the exception of "Trigger" information the VerifierArgs member of each Verifier is intended to be the repository for the "state" of the Verifier. In general, all Verifier constructors should internally delegate to a constructor implementation that takes a single strongly typed subclass of VerifierArgs as its sole argument.
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

Verifier Class
Verifier Members

Send Feedback