BackupItem::LastRestoreTimeStamp Property

 

Optional. Timestamp when this backup has been used for a restore operation (empty if it wasn't).

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
property Nullable<DateTime> LastRestoreTimeStamp {
	Nullable<DateTime> get();
	void set(Nullable<DateTime> value);
}

Property Value

Type: System::Nullable<DateTime>
Return to top
Show: