←Select platform

Audit Property

Summary

Gets a value indicating whether to log 'audit' messages

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute(Name="audit",  
   Options=ConfigurationPropertyOptions.None,  
   IsDefaultCollection=false,  
   IsRequired=false,  
   IsKey=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(); 
} 

Property Value

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Logging Assembly
Click or drag to resize