The data type for this field. One of Char, Int, Number, Money, Checkbox, Date, Time, DateTime

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

Syntax

C#
public string DataType { get; }
Visual Basic (Declaration)
Public ReadOnly Property DataType As String
Visual C++
public:
property String^ DataType {
	String^ get ();
}

See Also