Debugging DefaultDebugAction Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns the global default setting, and optionally reads default debug action from global application's configuration if its value is DefaultFromConfig (default). Application can override this value at startup in order to avoid dynamic configuration lookups on every call

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static DebugAction DefaultDebugAction { get; set; }

Property Value

Type: DebugAction
See Also