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. ====== Initial ====== Property of [[:scripting:api:project:start|IProject]] ===== Description ===== Indicates that project is initial, non-modified state ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var bResult = Project.Initial; </code>==== Visual Basic Script ==== <code vb> bResult = Project.Initial </code>==== C++ ==== <code cpp> VARIANT_BOOL bResult; HRESULT hr = Project.get_Initial(&bResult); </code>===== See Also ===== [[:scripting:api:project:start|IProject]] ~~NOTOC~~