ConfigurationDebug Property |
Test if debug is enabled or not.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public static bool Debug { get; set; }
Public Shared Property Debug As Boolean
Get
Set
public:
static property bool Debug {
bool get ();
void set (bool value);
}
static member Debug : bool with get, set
Property Value
Type:
BooleanSee Also