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