C#
VB
C++
Gets a value indicating whether to log 'debug' messages
[ConfigurationPropertyAttribute("debug", DefaultValue=true, IsRequired=false)]
public bool Debug { get; }
<ConfigurationPropertyAttribute(IsRequired=False,
Name="debug",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsKey=False)>
Public ReadOnly Property Debug As Boolean
[ConfigurationPropertyAttribute(IsRequired=false,
Name="debug",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsKey=false)]
public:
property bool Debug {
bool get();
}
true to log 'debug' messages; otherwise, it is false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET