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