Sets the content.

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

Property Value

Type: String

See Also