WarningCount Property
- Last UpdatedNov 06, 2025
- 1 minute read
Gets WarningCount.
'Declaration
<SuppressMessageAttribute("Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode",
Justification="Method does not have to be used by all clients of the Logger.")>
Public Shared ReadOnly Property WarningCount As Integer
[SuppressMessage("Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode",
Justification="Method does not have to be used by all clients of the Logger.")]
public static int WarningCount {get;}