clsCreditorAlloc..::..DebitAmount Property

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

Syntax


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