Gets the number false positives.

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 FalsePositives { get; }
Visual Basic
Public ReadOnly Property FalsePositives As Integer
	Get
Visual C++
public:
property int FalsePositives {
	int get ();
}
F#
member FalsePositives : int with get

Property Value

Type: Int32
The false positives.

See Also