clsCreditorTran..::..AllocatedAmount Property

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

Syntax


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