Gets or sets a value indicating if the Visual Guard security is enabled.

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 bool Enabled { get; set; }
Visual Basic
Public Property Enabled As Boolean
	Get
	Set

Property Value

Type: Boolean
If the security is disabled, Visual Guard will not execute any more actions on the object of your application

See Also