Gets the number of false negatives.

Namespace: MonoSoftware.Web.AntiSpam.AntiSpamProviders.Defensio
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public int FalseNegatives { get; }
Visual Basic
Public ReadOnly Property FalseNegatives As Integer
	Get
Visual C++
public:
property int FalseNegatives {
	int get ();
}
F#
member FalseNegatives : int with get

Property Value

Type: Int32
The false negatives.

See Also