Line..::..UnitCharge Property

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

Syntax


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