 | BasicAppSettingsDebugFashion feature |
If True, applications can generate debug output.
Default: False.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntaxpublic bool DebugMode { get; set; }
Public Property DebugMode As Boolean
Get
Set
public:
property bool DebugMode {
bool get ();
void set (bool value);
}
member DebugMode : bool with get, set
Property value
Boolean
See also