Describes the number of digits that can be stored in the field. All digits are counted no matter what side of the decimal they are on. (In, Optional)
Syntax
Visual Basic (Declaration) | |
---|
Public Property field_precision As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AddField
Dim value As Integer
instance.field_precision = value
value = instance.field_precision |
C# | |
---|
public int field_precision {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also