RangeCollection..::..Creditor Property

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

Syntax


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