Numeric Property (Read Only) |
Top Previous Next |
Indicates if the field accepts numeric digits only.
VB.NET Syntax
[Boolean =] Field.Numeric
C# Syntax
[bool =] Field.Numeric;
Remarks
This property is valid only for unprotected fields.
See Also Monocase property. |