CashBookTransaction..::..DebtorCreditorAccountID Property

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

Syntax


public string DebtorCreditorAccountID { get; set; }
Public Property DebtorCreditorAccountID As String
	Get
	Set
public:
property String^ DebtorCreditorAccountID {
	String^ get ();
	void set (String^ value);
}