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