Value Property
The value of a variable.
Syntax
Property Value As Object |
Parameters
None
Examples
IronPython
#Get variable value |
C#
//Get variable value
ScriptData.Variables[varName].Value += 1.0; |
Remarks
Value Property
The value of a variable.
Property Value As Object |
Parameters
None
IronPython
#Get variable value |
C#
//Get variable value
ScriptData.Variables[varName].Value += 1.0; |