Gets the Api Key setting.

Namespace: MonoSoftware.Web.AntiSpam
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public string ApiKey { get; }
Visual Basic
Public ReadOnly Property ApiKey As String
	Get
Visual C++
public:
property String^ ApiKey {
	String^ get ();
}
F#
member ApiKey : string with get

Property Value

Type: String

See Also