Staff..::..Cost Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.JobCosting
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


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