DebtorCreditorTransaction..::..DebtorCreditorTrans Property

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

Syntax


public DebtorCreditorTransactionCollection DebtorCreditorTrans { get; set; }
Public Property DebtorCreditorTrans As DebtorCreditorTransactionCollection
	Get
	Set
public:
property DebtorCreditorTransactionCollection^ DebtorCreditorTrans {
	DebtorCreditorTransactionCollection^ get ();
	void set (DebtorCreditorTransactionCollection^ value);
}