Table of Contents

Property OmitClassName

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

OmitClassName

If true, the property will be serialized to the configuration file using only the property name as the key. If false, the property will be serialized to the configuration file using the property name pre-pended with the classname (e.g. Application.UseSystemConsole).

public bool OmitClassName { get; set; }

Property Value

bool