C#
VB
C++
Gets a value indicating whether to log 'error' messages
[ConfigurationPropertyAttribute("error", DefaultValue=true, IsRequired=false)]
public bool Error { get; }
<ConfigurationPropertyAttribute(Name="error",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsRequired=False,
IsKey=False)>
Public ReadOnly Property Error As Boolean
[ConfigurationPropertyAttribute(Name="error",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public:
property bool Error {
bool get();
}
true to log 'information' 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