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:text-view:start|ITextView]] ===== Description ===== State Version ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var Version = TextView.Version; </code>==== Visual Basic Script ==== <code vb> Version = TextView.Version </code>==== C++ ==== <code cpp> ULONG Version; HRESULT hr = TextView.get_Version(&Version); </code>===== See Also ===== [[:scripting:api:text-view:start|ITextView]] ~~NOTOC~~