Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public bool DisableTracing { get; set; }

    Property Value

    Type Description
    Boolean

    true to disable tracing; otherwise, false.

    See Also