Line..::..PostingDue Property

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

Syntax


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