RangeCollection..::..DebtorName Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.BatchProcessing
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public Range<Debtor> DebtorName { get; set; }
Public Property DebtorName As Range(Of Debtor)
	Get
	Set
public:
property Range<Debtor^>^ DebtorName {
	Range<Debtor^>^ get ();
	void set (Range<Debtor^>^ value);
}