Visual Basic |
---|
Public Property IsUpToDate As Boolean |
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.
Call Refresh before accessing the property.