Line..::..AdjustmentDate Property

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

Syntax


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