Creditor..::..LastPaymentDate Property

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

Syntax


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