Gets or sets Content.

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

Syntax

C#
string Content { get; set; }
Visual Basic
Property Content As String
	Get
	Set
Visual C++
property String^ Content {
	String^ get ();
	void set (String^ value);
}
F#
abstract Content : string with get, set

Property Value

Type: String

See Also