Gets or sets the date and time of the last QAS address verification run that successfully verified this address.

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

Syntax

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

Field Value

The date and time of the QAS address verification run that successfully verified this address.

Remarks

Every address that is successfully verified in a QAS batch run gets this field populated with the same value. It’s used in conjunction with the options to ‘exclude last Batch run’ and ‘exclude previous Batch runs’ when looking at results of verification.

See Also