RangeCollection..::..Supplier Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.PriceUpdate.DebtorClassEntry
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


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