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