Share via


WebSiteGetConfigurationResponse.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)

Syntax

public Nullable<DateTime> RequestTracingExpirationTime { get; set; }
public:
property Nullable<DateTime> RequestTracingExpirationTime {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member RequestTracingExpirationTime : Nullable<DateTime> with get, set
Public Property RequestTracingExpirationTime As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

The remaining time.

See Also

WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top