clsTransaction..::..AllocationAmount Property

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

Syntax


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