IsAlphaOnlyField Property (HostField)
Gets
a value indicating whether the field is an alpha-only field.
public bool IsAlphaOnlyField {get;}
'Declaration
Public ReadOnly Property IsAlphaOnlyField As Boolean
'Usage
Dim instance As HostField
Dim value As Boolean
value = instance.IsAlphaOnlyField
HostField host;
bool AlphaField = host.IsAlphaOnlyField;