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. ====== ScopeDataVersion ====== Property of [[:scripting:api:text-document:start|ITextDocument]] ===== Description ===== Scope data version ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nVal = TextDocument.ScopeDataVersion; </code>==== Visual Basic Script ==== <code vb> nVal = TextDocument.ScopeDataVersion </code>==== C++ ==== <code cpp> ULONG nVal; HRESULT hr = TextDocument.get_ScopeDataVersion(&nVal); </code>===== See Also ===== [[:scripting:api:text-document:start|ITextDocument]] ~~NOTOC~~