DevForce Help Reference
BatchId Property


Gets a unique identifier that identifies the batch within which this VerifierContext is operating.
Syntax
'Declaration
 
Public ReadOnly Property BatchId As Long
'Usage
 
Dim instance As VerifierContext
Dim value As Long
 
value = instance.BatchId
public long BatchId {get;}
Remarks
A batch is defined as the list of all of the verifiers executing within a single VerifierEngine.Execute method call.
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