WebSiteOperationStatusResponse.CreatedTime Property
Optional. The time when the operation was created.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public DateTime CreatedTime { get; set; }
public:
property DateTime CreatedTime {
DateTime get();
void set(DateTime value);
}
member CreatedTime : DateTime with get, set
Public Property CreatedTime As Date
Property Value
Type: System.DateTime
See Also
WebSiteOperationStatusResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top