Line..::..InventoryLastSavedDateTime Property

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

Syntax


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