Gets or sets content name.

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

Syntax

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

Property Value

Type: String

See Also