RangeCollection..::..CreditorAccountNo Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.Sales
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


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