Gets the status.

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

Property Value

Type: String
The status.

See Also