Gets or sets Signature.

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

Syntax

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

Property Value

Type: String

See Also