Account..::..UseStaffCode Property

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

Syntax


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