IsUpToDate Property
Description
Checks whether the connected project is up-to-date with its linked template.
Property type
Read-only property
Syntax
Visual Basic
Public Property IsUpToDate As Boolean
Return Type

If the connected project is a normal project and is linked to a template, IsUpToDate returns true if the last version of the linked template was applied to this project successfully.

If this project is a template,  always returns true.

If this project is a normal project and is not linked to a template, the return value is meaningless.

Remarks

 Call Refresh before accessing the property.

See Also