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
Visual Basic (Declaration) | |
---|
Public Property BatchContext As Object |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As VerifierContext
Dim value As Object
instance.BatchContext = value
value = instance.BatchContext |
C# | |
---|
public object BatchContext {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also