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