Gets the number of ham comments identified.

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

Property Value

Type: Int32
The ham.

See Also