DirectDRReceiptAlloc..::..AmountAllocated Property

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

Syntax


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