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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public static VGDebugOptions GenerateDebugInformation { get; set; }
Visual Basic
Public Shared Property GenerateDebugInformation As VGDebugOptions
	Get
	Set

Property Value

Type: VGDebugOptions
a VGDebugOptions value indicating whether to include debug information

See Also