Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITerminal Interface / ConnectionTimeVisible Property


In This Topic
ConnectionTimeVisible Property
In This Topic
Gets or sets a value indicating whether the Reflection status bar displays the length of time you have been connected to a host.
Syntax
'Declaration
 
Property ConnectionTimeVisible As Boolean
 
'Usage
 
Dim instance As ITerminal
Dim value As Boolean
 
instance.ConnectionTimeVisible = value
 
value = instance.ConnectionTimeVisible

Property Value

The default value is true. (On Windows Terminal Server, this property is false.)
See Also