Sets the comment author.

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

Property Value

Type: String
The comment author.

See Also