Sets the owner URL.

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

Property Value

Type: String
The owner URL.

See Also