Budget..::..MaterialCost Property

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

Syntax


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