The number of units associated with this Activity. The meaning is Activity type specific

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

Syntax

C#
public double Units { get; set; }
Visual Basic
Public Property Units As Double
	Get
	Set
Visual C++
public:
property double Units {
	double get ();
	void set (double value);
}

See Also