'Declaration
<ReadOnlyAttribute(True)>
<DescriptionAttribute("Indicates the state of the terminal session. See InitInstance for additional details. If the terminal session has been loaded and initialized then this value will be true else false.")>
<CategoryAttribute("Terminal")>
Public ReadOnly Property TerminalReady As Boolean
'Usage
Dim instance As IbmTerminalControl
Dim value As Boolean
value = instance.TerminalReady
[ReadOnly(true)]
[Description("Indicates the state of the terminal session. See InitInstance for additional details. If the terminal session has been loaded and initialized then this value will be true else false.")]
[Category("Terminal")]
public bool TerminalReady {get;}