Gets or sets an indication of whether field validation errors should be ignored when setting selected contact-related fields.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also