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
bool ConnectionTimeVisible {get; set;}
Property Value
The default value is true. (On Windows Terminal Server, this property is false.)
See Also