Click or drag to resize
NormalMessageIsVerboseInformation Property
Gets or sets a value indicating whether this message contains verbose information. A display method can use this flag to ignore the message if verbose information logging is switched off.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public bool IsVerboseInformation { get; set; }

Property Value

Type: Boolean
See Also