Click or drag to resize

EngineOptionsIsSandboxDisabled Property

Indicates whether the sandbox is disabled.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool IsSandboxDisabled { get; }

Property Value

Type: Boolean
true if the sandbox is disabled, false otherwise.
See Also