Sets the API key.

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

Property Value

Type: String
The API key.

See Also