ServerConsole.DisplayUserInterface Property

This property controls whether the RTX64 Server Console displays program output. If set to true, program output is displayed, otherwise it is not displayed. Logging of program output is configured independently from this configuration setting (see property LogDataToFile).

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public bool DisplayUserInterface { get; set; }

Property Value

Type: Boolean

Implements

IConfigServerConsoleDisplayUserInterface
See Also