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