The associated quantity if the Activity represents something that tracks quantity. E.g., Product sales, Dues, etc.

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

Syntax

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

See Also