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

    Property Value

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