Account..::..IsPostingAccount Property

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

Syntax


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