DebtorTransaction..::..AllocatedAmount Property

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

Syntax


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