Gets or sets the
OhioSession object associated with the terminal control.
Namespace: Flex.Hal.TermAssembly: Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 6.0.8219.1880
Syntax public OhioSession Session { get; set; }
Public Property Session As OhioSession
Get
Set
Property Value
OhioSessionRemarks
The terminal control does not provide any function without setting this property to a valid OhioSession object.
See Also