ClientConfiguration.TraceToConsole 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.
The TraceToConsole attribute specifies whether trace output should be written to the console. The default is write trace data to the console if available.
public bool TraceToConsole { get; set; }
member this.TraceToConsole : bool with get, set
Public Property TraceToConsole As Boolean