GlobalScriptScript Property |
Gets or sets the user script global declarations.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Remarks
Script code should use VB.NET syntax. The code is dynamically compiled when the CTC service is started.
This property must be set while the CtcService is stopped otherwise a
CtcIsStartedException will be thrown.
See Also