GeneralLedger..::..IsPostingAccount Property

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

Syntax


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