Click or drag to resize

GlobalScriptScript Property

Gets or sets the user script global declarations.

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Property Script As String
	Get
	Set

Property Value

Type: String

Implements

IScriptScript
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