Share via


WebSiteGetConfigurationResponse.RequestTracingEnabled Property

 

Gets or sets whether request tracing is enabled.

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

Syntax

public Nullable<bool> RequestTracingEnabled { get; set; }
public:
property Nullable<bool> RequestTracingEnabled {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member RequestTracingEnabled : Nullable<bool> with get, set
Public Property RequestTracingEnabled As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

true if request tracing is enabled; otherwise, false.

See Also

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

Return to top