Gets or sets Defensio API version.

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 static string ApiVersion { get; set; }
Visual Basic
Public Shared Property ApiVersion As String
	Get
	Set
Visual C++
public:
static property String^ ApiVersion {
	String^ get ();
	void set (String^ value);
}
F#
static member ApiVersion : string with get, set

Property Value

Type: String

See Also