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


In This Topic
IsAlphaOnlyField Property (HostField)
In This Topic
Gets a value indicating whether the field is an alpha-only field.
Syntax
'Declaration
 
Public ReadOnly Property IsAlphaOnlyField As Boolean
 
'Usage
 
Dim instance As HostField
Dim value As Boolean
 
value = instance.IsAlphaOnlyField
Example
HostField host;
bool AlphaField = host.IsAlphaOnlyField;
See Also