CashBookTransaction..::..ParentDebtorAccountName Property

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

Syntax


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