boolean (false will not automatically scrub the lead) (true if you want that lead to be automatically scrubbed (for duplicates)) (available only for soap posts)

Namespace: CWS.Common.Lantrax
Assembly: Lantrax (in Lantrax.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Scrubbed { set; }
Visual Basic
Public WriteOnly Property Scrubbed As Boolean
	Set
Visual C++
public:
property bool Scrubbed {
	void set (bool value);
}

See Also