TranslateTestingLevel Method
Description
Translate TL from TDAPI_RBT_TESTING_LEVELS to it's name in the database.
Syntax
Visual Basic
Public Function TranslateTestingLevel( _
   ByVal TestingLevelEnum As Long _
) As String
Parameters
TestingLevelEnum
A value of the tagTDAPI_RBT_TESTING_LEVELS Enumeration.
See Also