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


In This Topic
TimeSinceConnected Property
In This Topic
Gets the time (in seconds) during which you have been connected.
Syntax
'Declaration
 
ReadOnly Property TimeSinceConnected As Integer
 
'Usage
 
Dim instance As ITerminal
Dim value As Integer
 
value = instance.TimeSinceConnected
See Also