Sets the title.

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

Property Value

Type: String
The title.

See Also