WebSiteUpdateConfigurationParameters.RequestTracingExpirationTime Property

 

Gets or sets the time that remains until request tracing expires.

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

public Nullable<DateTime> RequestTracingExpirationTime { get; set; }

Property Value

Type: System.Nullable<DateTime>

The remaining time.

Return to top
Show: