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)

Syntax

public Nullable<DateTime> LastRestoreTimeStamp { get; set; }
public:
property Nullable<DateTime> LastRestoreTimeStamp {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member LastRestoreTimeStamp : Nullable<DateTime> with get, set
Public Property LastRestoreTimeStamp As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

BackupItem Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top