Click or drag to resize

DebugAttrs Enumeration

Defines the debug attributes for an IAppContext object

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum DebugAttrs
Members
  Member nameValueDescription
NoF81This application is considered a "System" object and cannot be changed.
NoExtensionEvents2No extension events.
EnableDotNetTrace4Assign IDs for use with ASP.NET TRACE utility. Note that this breaks the report viewer when used inline.
VersionBanner8In IsTest environments, display a app/platform version identifier in the welcome banner.
See Also