RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceStatusBarViewModel..::..LastSavedDate Property

Gets or sets the last saved date.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


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

Field Value

The last saved date.