Click or drag to resize

EventScriptScript Property

Gets or sets the user script to be executed.

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