Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsVTMgr Object / ScriptType Property
In This Topic
    ScriptType Property (ConnectionSettingsVTMgr)
    In This Topic
    Get or set 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 ConnectionSettingsVTMgr Object

    Property Value

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