WebSite.LastModifiedTimeUtc Property

 

Gets or sets a DateTime object that contains, in Coordinated Universal Time, the last time the web site was modified.

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

Syntax

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

Property Value

Type: System.Nullable<DateTime>

A DateTime object.

See Also

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

Return to top