Gets or sets a VGDebugOptions value indicating whether debug information should be included or not.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public static VGDebugOptions GenerateDebugInformation { get; set; }
Visual Basic (Declaration)
Public Shared Property GenerateDebugInformation As VGDebugOptions

Field Value

a VGDebugOptions value indicating whether to include debug information

See Also