CashBookTransaction..::..ParentDebtorID Property

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

Syntax


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