CasewareDocs

TestVersion

Returns the version number of the audit test.

This is used for logging purposes.

Compatibility

Available as of IDEA version 9.0

Syntax

TestVersion

Type

String

Example

Sub Main 
'Log information
SmartContext.Log.LogMessage("Test Version: " & SmartContrxt.TestVersion)
End Sub