Audit Property

Summary
Gets a value indicating whether to log 'audit' messages
Syntax
C#
C++/CLI
[ConfigurationPropertyAttribute("audit", DefaultValue=true, IsRequired=false)] 
public bool Audit { get; } 
[ConfigurationPropertyAttribute(Name="audit",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsRequired=false,  
   IsKey=false)] 
public: 
property bool Audit { 
   bool get(); 
} 

Property Value

true to log 'audit' messages; otherwise, it is false.

Requirements

Target Platforms

Help Version 22.0.2023.2.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.