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: 3.2.912.1 (3.2.912.01)

Syntax

C#
public static bool SecurityEnabled { get; set; }
Visual Basic (Declaration)
Public Shared Property SecurityEnabled As Boolean

Field Value

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

See Also