[ConfigurationPropertyAttribute(IsRequired=false,
Name="information",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsKey=false)]
public bool Information {get;}
'Declaration
<ConfigurationPropertyAttribute(IsRequired=False,
Name="information",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=False,
IsKey=False)>
Public ReadOnly Property Information As Boolean
'Usage
Dim instance As LogTypeConfigurationElement
Dim value As Boolean
value = instance.Information
[ConfigurationPropertyAttribute(IsRequired=false,
Name="information",
Options=ConfigurationPropertyOptions.None,
IsDefaultCollection=false,
IsKey=false)]
public:
property bool Information {
bool get();
}
Property Value
true to log 'information' messages; otherwise, it is false.