InfoConnect for Airlines
ClearListOnDisconnect Property
Example 


Gets or sets whether to clear the Recent Typing list contents when the session disconnects.
Syntax
'Declaration
 
Property ClearListOnDisconnect As Boolean
'Usage
 
Dim instance As IRecentTyping
Dim value As Boolean
 
instance.ClearListOnDisconnect = value
 
value = instance.ClearListOnDisconnect
bool ClearListOnDisconnect {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown if you modify a InfoConnect property that's been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
Example
This sample sets the ClearListOnDisconnect property to keep the Recent Typing list when the session is disconnected.

	
See Also