Sets the permalink.

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

Property Value

Type: String
The permalink.

See Also