Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Version ====== Property of [[:scripting:api:base-document:start|IBaseDocument]] ===== Description ===== Document version. Increased on every document change ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nVal = BaseDocument.Version; </code>==== Visual Basic Script ==== <code vb> nVal = BaseDocument.Version </code>==== C++ ==== <code cpp> ULONG nVal; HRESULT hr = BaseDocument.get_Version(&nVal); </code>===== See Also ===== [[:scripting:api:base-document:start|IBaseDocument]] ~~NOTOC~~