| 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; }
Public Property Debug As Boolean
Get
Set
public:
property bool Debug {
bool get ();
void set (bool value);
}
member Debug : bool with get, set
Property Value
Type:
Booleantrue if debug; otherwise,
false.
See Also