InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsSecureShell Object / ScriptArgs Property
In This Topic
ScriptArgs Property (ConnectionSettingsSecureShell)
In This Topic
Gets or sets the text string containing the arguments to pass to a connect script.
Syntax
expression.ScriptArgs As String
where expression is a variable that represents a ConnectionSettingsSecureShell Object
Remarks
The default value is "". This value can be changed during an open connection.
See Also