frmCostCentreProperties..::..IsCostCentre Property

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

Syntax


public bool IsCostCentre { get; set; }
Public Property IsCostCentre As Boolean
	Get
	Set
public:
property bool^ IsCostCentre {
	bool^ get ();
	void set (bool^ value);
}