Click or drag to resize

CompilerServiceScriptErrorCodeType Property

Type of code where the compilation error occurred.

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

Return Value

Type: String
'User Script' for code entered by user. 'Auto Generated' for code that is used to glue the user scripts together into an assembly.
See Also