Budget..::..PurchaseCost Property

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

Syntax


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