CreditorAllocation..::..DebitAmount Property

Namespace:  JiwaFinancials.Jiwa.JiwaCreditors
Assembly:  JiwaCreditors (in JiwaCreditors.dll)

Syntax


public decimal DebitAmount { get; set; }
Public Property DebitAmount As Decimal
	Get
	Set
public:
property Decimal^ DebitAmount {
	Decimal^ get ();
	void set (Decimal^ value);
}