Skip to main content
All docs
V24.2

AspNetCoreReportingSettings.DisableTracing Property

Gets or sets whether to disable tracing in a .NET Aspire dashboard.

Namespace: DevExpress.Aspire.AspNetCore.Reporting

Assembly: DevExpress.Aspire.AspNetCore.Reporting.v24.2.dll

NuGet Package: DevExpress.Aspire.AspNetCore.Reporting

Declaration

public bool DisableTracing { get; set; }

Property Value

Type Description
Boolean

true to disable tracing; otherwise, false.

See Also