Budget..::..PurchaseCharge Property

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

Syntax


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