Property: CurrentScriptName for DataPlugin
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Properties > Property: CurrentScriptName for DataPlugin
Property: CurrentScriptName for DataPlugin
Specifies the name of the script file which belongs to the currently executed DataPlugin.
Object.CurrentScriptName
Object | DataPlugin Object with this property |
Object.CurrentScriptName | String with read access |
The following example saves the name of the executed DataPlugin as a root property:
Call Root.Properties.Add("ScriptName",CurrentScriptName)