scripting:api:bundle:author

Author

Property of IBundle

Returns Author

Read-Only Property of type BSTR

var sAuthor = Bundle.Author;

==== Visual Basic Script ====

sAuthor = Bundle.Author

==== C++ ====

BSTR sAuthor;
HRESULT hr = Bundle.get_Author(&sAuthor);

===== See Also ===== IBundle