[ConfigurationPropertyAttribute(Name="audit",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsRequired=false,
IsKey=false)]
public bool Audit {get;}
'Declaration
<ConfigurationPropertyAttribute(Name="audit",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsRequired=False,
IsKey=False)>
Public ReadOnly Property Audit As Boolean
'Usage
Dim instance As LogTypeConfigurationElement
Dim value As Boolean
value = instance.Audit
[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.