clsCreditorTran..::..Amount Property

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

Syntax


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