Line..::..BilledAmount Property

Namespace:  JiwaFinancials.Jiwa.JiwaJobCosting.CostEntry
Assembly:  JiwaJobCosting (in JiwaJobCosting.dll)

Syntax


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