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.3.0

Syntax

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

See Also