InfoConnect for Unisys
RunMacroAtReconnect Property (ITerminal)


Gets or sets a value indicating whether the ConnectAction sequence is re-run after a session is reconnected.
Syntax
'Declaration
 
Property RunMacroAtReconnect As Boolean
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.RunMacroAtReconnect = value
 
value = instance.RunMacroAtReconnect
bool RunMacroAtReconnect {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
System.InvalidOperationExceptionThis exception is thrown when attempting to set the value with no ConnectAction configured.
Remarks
The default is false. This value cannot be set if no ConnectAction is currently configured.
See Also