Deployment.StartTime Property
Optional. The start time.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public DateTime StartTime { get; set; }
public:
property DateTime StartTime {
DateTime get();
void set(DateTime value);
}
member StartTime : DateTime with get, set
Public Property StartTime As Date
Property Value
Type: System.DateTime
See Also
Deployment Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace
Return to top