DebtorCreditorTransaction..::..ChildDebtorName Property

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

Syntax


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