This flag controls if the input data should be validated by the constraints setup in the template (e.g. data type, character counts, max lines, email, etc.). If validation is switched on, any record which does not satisfy the template constraints will be refused.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Validate { get; set; }
Visual Basic (Declaration)
Public Property Validate As Boolean
Visual C++
public:
property bool Validate {
	bool get ();
	void set (bool value);
}

See Also