Share via


BackupItem.Created Property

 

Optional. Timestamp when the backup has been created.

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

Syntax

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

Property Value

Type: System.Nullable<DateTime>

See Also

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

Return to top