LastVerificationReport Property
Description
The XML document containing the data of the last verification performed on the project.
Property type
Read-only property
Syntax
Visual Basic
Public Property LastVerificationReport As String
Return Type

The verification report XML string.

If no verification has been performed yet, returns an empty string.

Remarks

 Call Refresh before accessing the property.

See Also