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