The amount of credit that can be extended to this contact

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

Syntax

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

See Also