DevForce Help Reference
BatchContext Property


Gets or sets the updatable context passed to each verifier in a batch. In turn this can be used to pass information from one verifier to another in a batch.
Syntax
'Declaration
 
Public Property BatchContext As Object
'Usage
 
Dim instance As VerifierContext
Dim value As Object
 
instance.BatchContext = value
 
value = instance.BatchContext
public object BatchContext {get; set;}
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

VerifierContext Class
VerifierContext Members

Send Feedback