Attachmate.Reflection.Emulation.OpenSystems Namespace > IConnectionSettingsCommon Interface : DisconnectScriptArgs Property |
Gets
or sets
the text string that contains the arguments to pass to a disconnect script.'Declaration
Property DisconnectScriptArgs As String
'Usage
Dim instance As IConnectionSettingsCommon Dim value As String instance.DisconnectScriptArgs = value value = instance.DisconnectScriptArgs
string DisconnectScriptArgs {get; set;}