Skip to main content
All docs
V25.1
  • 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.v25.1.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