C#
VB
C++
Gets a value indicating whether the logging is enabled.
[ConfigurationPropertyAttribute("enabled", DefaultValue=true, IsRequired=false)]
public bool Enabled { get; }
<ConfigurationPropertyAttribute(Name="enabled",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsRequired=False,
IsKey=False)>
Public ReadOnly Property Enabled As Boolean
[ConfigurationPropertyAttribute(Name="enabled",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public:
property bool Enabled {
bool get();
}
true if logging is enabled; otherwise, 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