A decimal property that can be setup in iMIS to hold any numeric value that fits in 15,4. Its meaning, if used at all, is ActivityType specific.

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

Syntax

C#
public decimal UserField5 { get; set; }
Visual Basic
Public Property UserField5 As Decimal
	Get
	Set
Visual C++
public:
property Decimal UserField5 {
	Decimal get ();
	void set (Decimal value);
}

See Also