LoadTestRun.DebugLogsEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enable or disable debug level logging. True if debug logs are enabled for the test run. False otherwise.
public bool? DebugLogsEnabled { get; set; }
member this.DebugLogsEnabled : Nullable<bool> with get, set
Public Property DebugLogsEnabled As Nullable(Of Boolean)