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


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

Property Value

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