The monetary amount associated with the Activity if applicable for the Activity type. E.g., the price for product sales, or event registrations

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

Syntax

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

See Also