====== 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 ====
var sAuthor = Bundle.Author;
==== Visual Basic Script ====
sAuthor = Bundle.Author
==== C++ ====
BSTR sAuthor;
HRESULT hr = Bundle.get_Author(&sAuthor);
===== See Also =====
[[:scripting:api:bundle:start|IBundle]]
~~NOTOC~~