Gets or sets the type of action to perform against the 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 PostSubmitter..::..PostTypeEnum Type { get; set; }
Visual Basic
Public Property Type As PostSubmitter..::..PostTypeEnum
	Get
	Set
Visual C++
public:
property PostSubmitter..::..PostTypeEnum Type {
	PostSubmitter..::..PostTypeEnum get ();
	void set (PostSubmitter..::..PostTypeEnum value);
}
F#
member Type : PostSubmitter..::..PostTypeEnum with get, set

Property Value

Type: PostSubmitter..::..PostTypeEnum

See Also