InfoConnect for Unisys
SOHExitsForms Property


Gets or sets a value indicating whether a Start of Header causes an exit of the form.
Syntax
'Declaration
 
Property SOHExitsForms As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.SOHExitsForms = value
 
value = instance.SOHExitsForms
bool SOHExitsForms {get; set;}
See Also