Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsCommon Interface / ScriptArgs Property


In This Topic
ScriptArgs Property
In This Topic
Gets or sets the text string that contains arguments to pass to a connect script.
Syntax
'Declaration
 
Property ScriptArgs As String
 
'Usage
 
Dim instance As IConnectionSettingsCommon
Dim value As String
 
instance.ScriptArgs = value
 
value = instance.ScriptArgs

Property Value

The default value is "". This value can be changed during an open connection.
See Also