DevForce Help Reference
CustomContext Property


Gets or sets the custom data to be passed to each verifier in this batch.
Syntax
'Declaration
 
Public Property CustomContext As Object
'Usage
 
Dim instance As VerifierContext
Dim value As Object
 
instance.CustomContext = value
 
value = instance.CustomContext
public object CustomContext {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