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