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

Property Value

A ParityTypeOption Enumeration value. The default value is ReflectionBasic.
See Also