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.3.0

Syntax

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

See Also