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

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