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.2.0

Syntax

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

See Also