Line..::..Charge Property

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

Syntax


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