Admin Production rocket
Current Publication

ScriptType Property

Reflection Desktop VBA Guide V18.0.2
ScriptType Property (ConnectingSettingsBestNetwork)
In This Topic
Gets or sets the type of script file, either Reflection Basic or Reflection command language.
Syntax

                     
                     
expression.ScriptType As ScriptTypeOption

                  
where expression is a variable that represents a ConnectingSettingsBestNetwork Object

Property Value

A ScriptTypeOption Enumeration value.
Remarks
The default value is ReflectionBasic.
See Also