VisualBasicType Property
The .NET Visual Basic Type of this variable.
Syntax
ReadOnly Property VisualBasicType As Type |
Parameters
None
Examples
IronPython
#Get .NET Visual Basic type of this variable |
C#
//Get .NET Visual Basic type of this variable Type vb_type = ScriptData.Variables[varName].VisualBasicType; |