Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / HostField Class / IsExitRequiredField Property
Example


In This Topic
IsExitRequiredField Property (HostField)
In This Topic
Gets a value indicating whether the field is a exit-required field.
Syntax
'Declaration
 
Public ReadOnly Property IsExitRequiredField As Boolean
 
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsExitRequiredField
Example
HostField host;
bool exitRequired = host.IsExitRequiredField;
See Also