The length of this field, e.g., for character and numeric datatypes

Namespace:  Asi.iBO.ContactManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public int FieldLength { get; }
Visual Basic (Declaration)
Public ReadOnly Property FieldLength As Integer
Visual C++
public:
property int FieldLength {
	int get ();
}

See Also