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. ====== Author ====== Property of [[:scripting:api:bundle:start|IBundle]] ===== Description ===== Returns Author ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var sAuthor = Bundle.Author; </code>==== Visual Basic Script ==== <code vb> sAuthor = Bundle.Author </code>==== C++ ==== <code cpp> BSTR sAuthor; HRESULT hr = Bundle.get_Author(&sAuthor); </code>===== See Also ===== [[:scripting:api:bundle:start|IBundle]] ~~NOTOC~~