Type Property
The data type of a variable.
Syntax
Property Type As VSVariableDataType |
Parameters
None
Examples
IronPython
#Get variable type |
C#
//Get variable type
ScriptData.Variables[varName].Type = myType |
Remarks