VerificationStatus Property
Description
Checks whether the project is verified against its linked template.
Property type
Read-only property
Syntax
Visual Basic
Public Property VerificationStatus As Integer
Return Type
Remarks

If the connected project is a normal project and is linked to a template, VerificationStatus is the completion status of the last template propagation.

If the connected project is a template or is not linked to a template, this property is meaningless. 

 Call Refresh before accessing the property.

See Also