ModifiedAppVersion (Property)

Applies To:

Document object

Description:

Returns the application version in which a document was created.

Action:

Read-only as String

Example:

This example shows how to display the application type for the Chart.bqy in an Alert box:

Alert(Documents["Sample - charts.bqy"].ModifiedAppVersion)