Gets or sets an indicator of whether or not this address should be skipped during verification by 3rd party address verification tools.

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

Syntax

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

Field Value

true if 3rd party address verification tool should omit this address from the verification process; false if it should be included

See Also