Click or drag to resize

PageDebug Property

[This is preliminary documentation and is subject to change.]

Gets or sets a value indicating whether this Page is in debug mode.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public bool Debug { get; set; }

Property Value

Type: Boolean
true if debug; otherwise, false.
See Also