Share via


Deployment.ReceivedTime Property

 

Optional. The received time.

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

Syntax

public DateTime ReceivedTime { get; set; }
public:
property DateTime ReceivedTime {
    DateTime get();
    void set(DateTime value);
}
member ReceivedTime : DateTime with get, set
Public Property ReceivedTime As Date

Property Value

Type: System.DateTime

See Also

Deployment Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top